Ordinal English gematria assigns each letter its alphabet position — A is 1, Z is 26 — and a word’s value is the sum of its letters. This calculator computes that total for any phrase and shows how each letter contributes, along with the reduced digital-root value.
How it works
Every character is examined. If it is an English letter it is uppercased and scored as its position in the alphabet:
value(letter) = (uppercase code) − 64
A=1 B=2 C=3 … Z=26
total = sum of value(letter) for every letter
Non-letters — spaces, digits, punctuation — are ignored. The tool also computes the reduced value, the digital root, by summing the digits of the total repeatedly until a single digit remains.
Worked examples
The word GERA scores G=7, E=5, R=18, A=1, totalling 31, which reduces to 4 (3+1). The word HELLO scores H=8, E=5, L=12, L=12, O=15, for a total of 52, which reduces to 7 (5+2). The phrase “GOOD LUCK” scores as G=7 O=15 O=15 D=4 + L=12 U=21 C=3 K=11 = 88, reducing to 16, then 7 again. You can verify any result using the per-letter breakdown the tool shows beneath the total.
Understanding ordinal versus other schemes
Ordinal gematria is the simplest English system — but it is not the only one. Other popular schemes include:
- Reverse ordinal — Z=1, A=26, so the highest-value letter is A.
- Full reduction — a reduced single digit for each letter before summing (A=1, I=9, J=1, S=1, etc.).
- English extended — assigns values by six, so A=6, B=12, C=18 up to Z=156.
- Keyboard / ASCII systems — use character codes directly.
Each scheme produces different totals for the same word, which is why comparing results between systems without specifying the method leads to confusion. This calculator implements the ordinal (also called simple or standard) scheme only.
Practical uses and common questions
Because spaces and punctuation are ignored, a full name and its initial-less form score the same letter content — useful when comparing initials or titles. The reduced value (digital root) is a companion figure in many numerology traditions: it collapses the number to a single digit between 1 and 9 that some practitioners treat as carrying archetypal meaning. The tool shows both so you can work with either.
If you need to cross-check a result by hand, the formula is mechanical: write out the letters, assign each its position (A=1 through Z=26), sum them all up, and if needed sum the digits of that total until you reach a single digit. No arithmetic beyond addition is required.