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.
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.
Example and tips
The word GERA scores G=7, E=5, R=18, A=1, for a total of 31, which reduces to 4 (3+1). Because the scheme ignores everything but letters, a phrase and its spaceless form give the same total — useful when comparing names or titles. Note this is the ordinal scheme; other English systems multiply by six or use keyboard layouts, and would give different numbers.