๐ข Gematria Calculator: Word Values in English, Hebrew and Greek Ciphers
By Shihab Mia ยท Updated 2026-07-17
Gematria is a tradition of interpretation, not a measurement. This calculator performs exact arithmetic on the ciphers listed and makes no claim that matching totals reveal hidden facts, predict events, or carry health, legal, or financial meaning.
English Ordinal breakdown
| Letter | Value | Running total |
|---|
A gematria calculator converts each letter of a word into a number and adds them up. Type any word or phrase and this tool instantly returns five totals: English Ordinal (A=1 to Z=26), Full Reduction (Pythagorean, each letter folded to 1 to 9), Reverse Ordinal (A=26 to Z=1), Reverse Full Reduction, and the Jewish or English Qabalah scale (a=1, j=10, s=100). PEACE, for example, is 30 in English Ordinal and 21 in Full Reduction. A per-letter breakdown shows exactly how the Ordinal total is built, and one button copies every value at once. All five ciphers are computed in your browser, so nothing you type is uploaded or stored. Below the tool you will find full letter charts, the Hebrew and Greek background, and how to read a match without fooling yourself.
What is the Gematria Calculator?
Gematria is the practice of converting letters into numbers and comparing the totals. It is old and it is practical in origin: Hebrew and Greek had no separate digits, so scribes used the letters themselves as numerals. Aleph did duty as 1, yod as 10, qof as 100, and the same alphabet that spelled a word also priced it. Once every word carries a number automatically, it takes very little imagination to notice that two different words can share one. Jewish exegetes formalised that noticing into a named interpretive technique, and Greek writers did the same thing under the name isopsephy. Gematria travelled into English much later, through occult and esoteric authors who had no inherited letter-numeral system and so invented their own tables. That is the reason English gematria has many competing ciphers while Hebrew has essentially one standard scale with named variations.
The headline cipher in this gematria calculator is English Ordinal, sometimes called simple or English gematria: A equals 1, B equals 2, on to Z equals 26. It is what most people mean when they ask for the gematria value of a word, and it is the only cipher where you can sanity-check the tool in your head. Full Reduction, also called Pythagorean gematria, takes each ordinal value and folds it to a single digit from 1 to 9 before summing, so R (18) contributes 9 and J (10) contributes 1. The fold uses ((v - 1) mod 9) + 1, which keeps every letter in the 1 to 9 band and never lands on 0. This matters: naive digit-summing would send 18 to 9 as well but would send 9 itself to 9 and 10 to 1 inconsistently across implementations, and the modular form removes the ambiguity.
The two reverse ciphers mirror the alphabet. Reverse Ordinal counts from the far end, so A equals 26 and Z equals 1, computed as 27 minus the ordinal position. Reverse Full Reduction applies the same single-digit fold to those reversed values. The fifth scale, Jewish or English Qabalah, is the largest and the one that surprises people. It maps the first nine letters to units (a=1 to i=9), the next nine to tens (j=10, k=20, on to r=90), and the last eight to hundreds (s=100, t=200, on to z=800), deliberately echoing the units, tens and hundreds structure of the Hebrew aleph-bet. Because the values climb so steeply, a four-letter word containing a V (400) or a Z (800) can outweigh a whole sentence measured in Ordinal. If a total looks absurdly large, check which column you are reading.
Hebrew gematria, which this page explains but the widget does not compute, is not one method but a family. Mispar Hechrachi (absolute value) is the standard: aleph 1 through tav 400. Mispar Gadol (large value) continues the count into the five final forms, giving them 500 to 900. Mispar Siduri (ordinal value) simply numbers the 22 letters 1 to 22, which is the direct Hebrew analogue of English Ordinal. Mispar Katan (small value) strips the zeros, so qof 100 becomes 1, and Mispar Katan Mispari reduces a total to its digital root. Atbash swaps each letter with its mirror, aleph for tav and bet for shin, and is used in the Hebrew Bible itself, where Jeremiah writes Sheshach for Babel. Greek isopsephy runs on the same units-tens-hundreds logic and is the mechanism behind the number 666 in Revelation 13:18, widely read as a letter-sum of a name.
The classic Hebrew examples show what the technique is actually for. Chai, spelled chet plus yod, sums to 18, which is why Jewish charitable gifts are so often given in multiples of 18. The Tetragrammaton, yod-heh-vav-heh, sums to 26. Echad, meaning one, sums to 13, and ahavah, meaning love, also sums to 13, a pairing rabbinic commentary treats as a deliberate resonance rather than an accident. Note what these examples have in common: they sit inside a tradition that already assigns the numbers, and they are used to enrich a reading, not to prove one. The number is a footnote to the text, not a replacement for it.
Which brings us to reading the output honestly. Two words with the same total are said to be in gematria with each other, and that is where the fun and the trouble both live. English Ordinal totals for ordinary words cluster in roughly the 20 to 120 range, so collisions are common by arithmetic alone, and Full Reduction, with only 9 possible letter values, collides constantly. If you are free to pick the cipher after seeing the words, free to add or drop a middle name, and free to try a dozen phrasings, you will always find a match. That is the searching, not the signal. This gematria calculator does the arithmetic exactly and refuses to interpret it for you: it computes five ciphers, shows its work per letter, and leaves the meaning entirely in your hands.
When to use it
- Finding the English Ordinal gematria value of a name, word, or short phrase in seconds.
- Comparing one word across five ciphers at once to see which totals line up and which do not.
- Checking work done by hand against a Pythagorean or full reduction chart before you publish it.
- Studying numerology or esoteric texts where an author quotes a letter-to-number value you want to verify.
- Looking up Jewish or English Qabalah values without memorising the 1-10-100 scale.
- Teaching modular arithmetic and substitution ciphers with a worked example students can play with.
How to use the Gematria Calculator
- Type or paste a word or phrase into the input box. Only the letters A to Z are counted; spaces, digits, and punctuation are ignored.
- Read the five cipher totals in the results grid: English Ordinal, Full Reduction, Reverse Ordinal, Reverse Reduction, and Jewish/Qabalah.
- Scroll to the breakdown table to see each letter, its English Ordinal value, and the running total, so you can verify the sum yourself.
- Edit the text at any time; every value updates live as you type, which makes it easy to test spelling variants.
- Press Copy results to put all five totals on your clipboard for notes or sharing.
Formula & method
Worked examples
Find the English Ordinal and Full Reduction gematria value of the word PEACE.
- Strip to letters: P, E, A, C, E.
- Look up positions: P=16, E=5, A=1, C=3, E=5.
- Add them: 16 + 5 + 1 + 3 + 5 = 30.
- For Full Reduction, fold each with ((v-1) mod 9)+1: 16 becomes 7, and 5, 1, 3, 5 stay as they are.
- Add the reduced values: 7 + 5 + 1 + 3 + 5 = 21.
Result: PEACE has an English Ordinal value of 30 and a Full Reduction value of 21.
Compare the word LOVE in English Ordinal and Jewish/Qabalah gematria.
- Letters: L, O, V, E.
- English Ordinal positions: L=12, O=15, V=22, E=5, summing to 54.
- Qabalah values: L=30, O=60, V=400, E=5.
- Add the Qabalah values: 30 + 60 + 400 + 5 = 495.
- Notice that V alone supplies 400 of the 495, which is why the two columns are so far apart.
Result: LOVE is 54 in English Ordinal and 495 in Jewish/Qabalah gematria.
Work out by hand why Jewish gifts are often given in multiples of 18 (chai).
- The Hebrew word chai, meaning life, is spelled with two letters: chet and yod.
- In Mispar Hechrachi, the standard Hebrew scale, chet = 8 and yod = 10.
- Add them: 8 + 10 = 18.
- Because the word for life totals 18, a gift of 36, 54, or 180 is read as a double, triple, or tenfold chai.
- This tool covers A to Z only, so compute Hebrew values from the Hebrew chart below rather than by typing the transliteration.
Result: Chai sums to 18 in standard Hebrew gematria, which is why 18 and its multiples are customary gift amounts.
Full English cipher chart: Ordinal, Reduction, Reverse and Qabalah for all 26 letters
| Letter | Ordinal (A=1) | Reduction (1-9) | Reverse (A=26) | Qabalah |
|---|---|---|---|---|
| A | 1 | 1 | 26 | 1 |
| B | 2 | 2 | 25 | 2 |
| C | 3 | 3 | 24 | 3 |
| D | 4 | 4 | 23 | 4 |
| E | 5 | 5 | 22 | 5 |
| F | 6 | 6 | 21 | 6 |
| G | 7 | 7 | 20 | 7 |
| H | 8 | 8 | 19 | 8 |
| I | 9 | 9 | 18 | 9 |
| J | 10 | 1 | 17 | 10 |
| K | 11 | 2 | 16 | 20 |
| L | 12 | 3 | 15 | 30 |
| M | 13 | 4 | 14 | 40 |
| N | 14 | 5 | 13 | 50 |
| O | 15 | 6 | 12 | 60 |
| P | 16 | 7 | 11 | 70 |
| Q | 17 | 8 | 10 | 80 |
| R | 18 | 9 | 9 | 90 |
| S | 19 | 1 | 8 | 100 |
| T | 20 | 2 | 7 | 200 |
| U | 21 | 3 | 6 | 300 |
| V | 22 | 4 | 5 | 400 |
| W | 23 | 5 | 4 | 500 |
| X | 24 | 6 | 3 | 600 |
| Y | 25 | 7 | 2 | 700 |
| Z | 26 | 8 | 1 | 800 |
Hebrew aleph-bet values (Mispar Hechrachi standard, plus final forms in Mispar Gadol)
| Letter | Name | Standard value | Final form value |
|---|---|---|---|
| Aleph | aleph | 1 | n/a |
| Bet | bet | 2 | n/a |
| Gimel | gimel | 3 | n/a |
| Dalet | dalet | 4 | n/a |
| He | heh | 5 | n/a |
| Vav | vav | 6 | n/a |
| Zayin | zayin | 7 | n/a |
| Chet | chet | 8 | n/a |
| Tet | tet | 9 | n/a |
| Yod | yod | 10 | n/a |
| Kaf | kaf | 20 | 500 (final kaf) |
| Lamed | lamed | 30 | n/a |
| Mem | mem | 40 | 600 (final mem) |
| Nun | nun | 50 | 700 (final nun) |
| Samech | samech | 60 | n/a |
| Ayin | ayin | 70 | n/a |
| Pe | pe | 80 | 800 (final pe) |
| Tsadi | tsadi | 90 | 900 (final tsadi) |
| Qof | qof | 100 | n/a |
| Resh | resh | 200 | n/a |
| Shin | shin | 300 | n/a |
| Tav | tav | 400 | n/a |
Named gematria methods and what each one does
| Method | Tradition | Rule | Example |
|---|---|---|---|
| English Ordinal | English | A=1 to Z=26, sum the positions | PEACE = 30 |
| Full Reduction (Pythagorean) | English | Fold each letter to 1-9 with ((v-1) mod 9)+1, then sum | PEACE = 21 |
| Reverse Ordinal | English | A=26 to Z=1, that is 27 minus the position | PEACE = 105 |
| Jewish / English Qabalah | English | a=1 to i=9, j=10 to r=90, s=100 to z=800 | PEACE = 84 |
| Mispar Hechrachi | Hebrew | Standard aleph 1 to tav 400 | Chai = 18 |
| Mispar Gadol | Hebrew | As standard, but final forms count 500 to 900 | Raises words ending in kaf, mem, nun, pe, tsadi |
| Mispar Siduri | Hebrew | The 22 letters numbered 1 to 22 in order | Tav = 22 instead of 400 |
| Mispar Katan | Hebrew | Drop the zeros, so qof 100 becomes 1 | Tav = 4 instead of 400 |
| Atbash | Hebrew | Swap each letter for its mirror, aleph for tav | Babel written as Sheshach in Jeremiah |
| Isopsephy | Greek | Greek letters as units, tens and hundreds, then sum | The 666 of Revelation 13:18 |
Common mistakes to avoid
- Forgetting that only letters count. Spaces, numbers, hyphens, and punctuation are stripped before the math, so "St. Mary" and "StMary" give identical totals. If you expected an apostrophe or a digit to add value, it will not. Write out any numbers as words if you want them counted.
- Confusing Full Reduction with reducing the final total. Reduction folds each letter to a single digit first with ((v-1) mod 9)+1, then adds. It does not sum the word and reduce that. R reduces to 9 before summing, not by splitting 18 into 1 plus 8 afterwards. The two orders give different answers, which is why hand-calculated values so often disagree with tools.
- Mixing up Jewish/Qabalah with English Ordinal. In Qabalah, J jumps to 10 and S jumps to 100, so totals run far larger than Ordinal. Quoting a Qabalah number as if it were a simple A=1 value is the single most common error in shared gematria screenshots.
- Assuming a matching total proves a hidden link. Ordinary English words cluster in a narrow Ordinal band, and Full Reduction has only 9 possible letter values, so collisions are guaranteed by arithmetic. A match is a coincidence worth noticing, never evidence on its own.
- Cipher shopping after you already know the answer you want. Running a phrase through five ciphers and reporting only the one that hits your target number is the numerological version of p-hacking. Decide which cipher you are using before you look, and report the others too.
- Typing transliterated Hebrew and expecting Hebrew values. Typing "chai" gives the English Ordinal of c-h-a-i (21), not the Hebrew 18. Hebrew gematria runs on the actual aleph-bet, where chet is 8 and yod is 10. Use the Hebrew chart above for those calculations.
Glossary
- Gematria
- The practice of assigning a number to each letter of a word and adding them to get a single value, then comparing words by that value.
- Cipher
- A fixed rule for turning each letter into a number. Different ciphers give the same word different totals, which is why you must always name the cipher you used.
- English Ordinal
- The basic cipher where A=1, B=2, on to Z=26. Also called simple or English gematria, and the default most people mean.
- Full Reduction
- Also called Pythagorean gematria. Each letter value is folded to a single digit 1 to 9 with ((v-1) mod 9)+1 before the word is summed.
- Reverse Ordinal
- A cipher that counts the alphabet backwards, so A=26 and Z=1, computed as 27 minus the letter position.
- Jewish / English Qabalah
- A scale mapping the first nine letters to units, the next nine to tens, and the last eight to hundreds, echoing the Hebrew aleph-bet structure.
- Mispar Hechrachi
- The standard Hebrew gematria method, running aleph 1 through tav 400. Also called absolute value.
- Isopsephy
- The Greek equivalent of gematria, summing Greek letter numerals. The 666 of Revelation 13:18 is the best-known example.
Frequently asked questions
What is the gematria value of a word?
It is the sum you get after replacing each letter with a number and adding them up. The exact value depends on the cipher: in English Ordinal (A=1 to Z=26) the word PEACE equals 30, while in Jewish/Qabalah it equals 84. Always state which cipher a value came from.
Which gematria cipher should I use?
Use English Ordinal (A=1 to Z=26) unless you have a reason not to; it is the default most sources mean by "gematria value". Use Full Reduction for single-digit numerology, the reverse scales for mirrored values, and Jewish/Qabalah when you need the traditional units, tens, and hundreds mapping. Pick before you calculate, not after.
How is Full Reduction gematria calculated?
Each letter is reduced to a single digit with ((value - 1) mod 9) + 1, so R (18) becomes 9 and J (10) becomes 1, and the reduced values are then added. The reduction happens per letter, before summing, never to the final total.
What is the difference between English and Hebrew gematria?
Hebrew gematria uses one inherited scale (aleph 1 to tav 400) because Hebrew letters were the actual numerals, with named variations like Mispar Gadol and Mispar Katan. English never had letter-numerals, so its ciphers were invented later and there are several competing ones, which is why the same English word has five different totals on this page.
What does 18 mean in gematria?
The Hebrew word chai, meaning life, is spelled chet (8) plus yod (10), which sums to 18. That is why Jewish charitable donations and gifts are traditionally given in multiples of 18, such as 36 or 180, as a wish for life.
Why is 666 associated with gematria?
Revelation 13:18 gives 666 as the number of a name, and Greek isopsephy (the Greek form of gematria) sums letters as numerals, so readers since antiquity have tried to find a name whose letters total 666. It is a letter-sum puzzle, not a separate cipher.
Why are my Jewish/Qabalah numbers so much larger?
Because that cipher uses 10 through 90 for the middle letters and 100 through 800 for the last eight. A single high letter like V (400) or Z (800) can dwarf an entire English Ordinal total, so a short word can outscore a long sentence.
Does the calculator count spaces, numbers, or symbols?
No. It strips everything down to the letters A to Z before calculating, and it ignores case. "St. Mary" and "stmary" produce identical results in all five ciphers.
Is my text sent anywhere when I use this gematria calculator?
No. All five ciphers are computed locally in your browser with plain JavaScript. Nothing you type is uploaded, logged, or stored on a server, so you can safely enter private names.
Do matching gematria values actually mean anything?
Arithmetically, matches are common: ordinary English words cluster in a narrow Ordinal range, and Full Reduction offers only 9 letter values, so coincidences are expected rather than remarkable. In Jewish tradition gematria is used to enrich a reading of a text that already stands on its own, not to prove claims. This tool gives you exact numbers and leaves interpretation to you.
Sources
- Gematria , Encyclopaedia Britannica
- Gematria: letter values, named methods and history , Wikipedia
- Explanations of Gematria Methods with Charts , TorahCalc
- Revelation 13:18, the number 666 , Sefaria / Bible text reference