Calculator Settings
Choose a mapping system, formatting rules, transformations, and analysis options.
Saved Local History
History is stored only in this browser through local storage.
Formula Used
The general conversion formula is:
final value = ((raw mapped value × multiplier) + offset) operation operand
The grand total equals the sum of all converted final values. A standard digital root repeatedly adds the digits of the absolute rounded total until one digit remains. When the master-number option is enabled, totals of 11, 22, or 33 remain unchanged.
For A1Z26, each English letter uses its alphabet position. Therefore, A equals 1, B equals 2, and Z equals 26. The zero-based method subtracts one from each position. The reverse method counts backward, so A equals 26 and Z equals 1.
How to Use This Calculator
- Enter a letter, word, phrase, paragraph, or numeric sequence.
- Select letters-to-numbers or numbers-to-letters conversion.
- Choose an alphabet, code, keypad, numerology, or custom mapping method.
- Set separators, number bases, case behavior, preservation rules, and optional transformations.
- Press Convert now to view the result above the form.
- Inspect the character table, word totals, frequency counts, and text analysis.
- Copy, print, save, or download the output in TXT, CSV, or JSON format.
Alphabet Mapping Reference
| Letter | A1Z26 | Zero-based | Reverse | Keypad | Pythagorean | Chaldean |
|---|---|---|---|---|---|---|
| A | 1 | 0 | 26 | 2 | 1 | 1 |
| B | 2 | 1 | 25 | 2 | 2 | 2 |
| C | 3 | 2 | 24 | 2 | 3 | 3 |
| D | 4 | 3 | 23 | 3 | 4 | 4 |
| E | 5 | 4 | 22 | 3 | 5 | 5 |
| F | 6 | 5 | 21 | 3 | 6 | 8 |
| G | 7 | 6 | 20 | 4 | 7 | 3 |
| H | 8 | 7 | 19 | 4 | 8 | 5 |
| I | 9 | 8 | 18 | 4 | 9 | 1 |
| J | 10 | 9 | 17 | 5 | 1 | 1 |
| K | 11 | 10 | 16 | 5 | 2 | 2 |
| L | 12 | 11 | 15 | 5 | 3 | 3 |
| M | 13 | 12 | 14 | 6 | 4 | 4 |
| N | 14 | 13 | 13 | 6 | 5 | 5 |
| O | 15 | 14 | 12 | 6 | 6 | 7 |
| P | 16 | 15 | 11 | 7 | 7 | 8 |
| Q | 17 | 16 | 10 | 7 | 8 | 1 |
| R | 18 | 17 | 9 | 7 | 9 | 2 |
| S | 19 | 18 | 8 | 7 | 1 | 3 |
| T | 20 | 19 | 7 | 8 | 2 | 4 |
| U | 21 | 20 | 6 | 8 | 3 | 6 |
| V | 22 | 21 | 5 | 8 | 4 | 6 |
| W | 23 | 22 | 4 | 9 | 5 | 6 |
| X | 24 | 23 | 3 | 9 | 6 | 5 |
| Y | 25 | 24 | 2 | 9 | 7 | 1 |
| Z | 26 | 25 | 1 | 9 | 8 | 7 |
Understanding Letter-to-Number Systems
Letter-to-number conversion assigns a numeric value to each character. The simplest system follows alphabet order, but other systems serve different purposes. ASCII and Unicode represent characters for computers. Telephone keypad values group several letters under one digit. Numerology systems repeat smaller values across the alphabet. A custom system lets you define rules for games, classroom activities, scoring models, puzzles, ciphers, or data preparation.
A1Z26 and zero-based positions
A1Z26 is widely used because its rules are easy to understand. Each letter receives its ordinary position in the English alphabet. The word CAT becomes 3, 1, 20, with a total of 24. A zero-based version begins with A at zero and ends with Z at twenty-five. Zero-based values are convenient in programming because arrays commonly begin at index zero.
Reverse alphabet values
The reverse alphabet method mirrors standard positions. A receives 26, B receives 25, and Z receives 1. This approach is useful in classroom puzzles and simple substitution exercises. Because the mapping is one-to-one, reverse decoding is direct when values stay within the supported range.
ASCII and Unicode codes
ASCII is an older character encoding focused on English letters, digits, punctuation, and control characters. Unicode covers a far larger collection of writing systems and symbols. For ordinary English uppercase letters, ASCII and Unicode code points are the same. For accented letters, non-Latin alphabets, and emoji, Unicode provides the more useful value.
Phone keypad conversion
Telephone keypads place ABC on 2, DEF on 3, GHI on 4, JKL on 5, MNO on 6, PQRS on 7, TUV on 8, and WXYZ on 9. This method helps create numeric representations of words and mnemonic telephone numbers. Reverse conversion can be ambiguous because several letters share each digit. The calculator can show either the first matching letter or all possible mapped letters.
Pythagorean and Chaldean numerology
Pythagorean numerology cycles values from one through nine across the alphabet. Chaldean numerology uses a different traditional distribution and normally assigns values from one through eight. These systems are cultural and interpretive rather than scientific measurement methods. The calculator reports the mathematical conversion without claiming that a resulting value predicts personality, luck, or future events.
Custom mappings and alphabets
Custom mappings are useful when a standard alphabet is not enough. You can assign decimals, negative numbers, repeated values, or large scores. A custom alphabet can include non-English letters or symbols. Enter symbols in the desired order, then choose a starting value and step. For example, a starting value of 10 and a step of 5 produces 10, 15, 20, and so forth.
Character preservation
Text often contains spaces, punctuation, digits, line breaks, and unsupported symbols. Preservation settings determine whether these characters remain visible in the output. Scoring settings determine whether they contribute numeric values. Keeping these ideas separate provides control over both appearance and calculation.
Transformations and output bases
Every mapped value may be multiplied, offset, and passed through an additional arithmetic operation. These options support scaled classroom scores or custom puzzle rules. Binary, octal, and hexadecimal formatting applies to rounded integer values. Decimal output is preferable when mappings or transformations produce fractions.
Totals, averages, and frequency
The character table shows raw values, transformed values, formatted output, and running totals. Word totals help compare individual words within a phrase. Frequency analysis counts repeated letters. The minimum, maximum, and average summarize the converted values. Palindrome detection ignores punctuation and spacing, while anagram checking compares cleaned and sorted characters.
Reverse conversion limitations
Reverse conversion works best with one-to-one systems such as A1Z26. Keypad and numerology systems contain duplicate values, so a number can represent several letters. Transformed values may also become difficult to reverse because the calculator decodes against the original mapping. Use original mapped numbers for the clearest reverse results.
Privacy and large text
The core calculation runs on the PHP server that hosts this file. Saved history uses local browser storage and remains on the device unless the browser data is cleared or synchronized by the browser. The input limit in this file is intentionally generous, but extremely large text may be restricted by server settings such as post size, memory limits, or request timeouts.
Frequently Asked Questions
Can lowercase letters have separate values?
Yes. Enable case sensitivity. In the built-in alphabet-position systems, lowercase letters continue after uppercase letters where applicable. Custom mappings can assign any separate values you prefer.
Can I convert numbers back into letters?
Yes. Select numbers-to-letters, choose a mapping method, select the numeric input base, and enter separated numeric tokens.
Why does reverse keypad conversion show several letters?
Each keypad digit represents a group of letters. Select the all-matches option to display every letter associated with a value.
Does the calculator support accented characters?
Unicode mode supports their code points directly. For alphabet-based systems, transliteration can convert many accented Latin characters into basic English letters.
Can I use negative or decimal custom values?
Yes. Custom mappings accept signed integers and decimal values. Decimal output should be selected when precise fractional results matter.
What happens when division uses zero?
The calculator leaves the value unchanged rather than producing an invalid result. Choose a nonzero operand for division.
Are numerology results scientifically predictive?
No. The calculator performs the requested arithmetic. Interpretive numerology claims are not scientific measurements or reliable predictions.