Letters to Numbers Logo

Alphabet Letter Positions A=1 to Z=26 — Complete Reference Guide

By John Reed  ·  May 14, 2026

The alphabet letter position system A=1 to Z=26 is the simplest and most universally understood letter-to-number mapping in the English language. It assigns every letter of the alphabet a number equal to its ordinal position — A is the 1st letter so A=1, B is the 2nd so B=2, and so on through Z=26. This guide provides the complete reference chart, explains how the system works, explores its many practical uses, and answers the most common questions about letter positions. To convert letters to numbers instantly, use our free letters-to-numbers converter.

What Is the A=1 Z=26 System?

The A=1 Z=26 system — also written as A1Z26 — is a direct numeric mapping of the English alphabet. Each of the 26 letters receives a unique whole number based on its sequential position:

  • A (1st letter) = 1
  • B (2nd letter) = 2
  • C (3rd letter) = 3
  • …and so on…
  • Z (26th letter) = 26

The system is entirely sequential: there are no gaps, no zeros, and no two letters share a number. It is also bijective — every letter maps to exactly one number, and every number from 1 to 26 maps to exactly one letter. This makes encoding and decoding straightforward and unambiguous.

Full Alphabet Letter Positions Chart (A–Z)

The table below shows every letter and its corresponding number in the A=1 to Z=26 system. Bookmark this page for quick reference.

LetterPositionLetterPosition
A1N14
B2O15
C3P16
D4Q17
E5R18
F6S19
G7T20
H8U21
I9V22
J10W23
K11X24
L12Y25
M13Z26

You can also see this chart in our A1Z26 chart guide with additional examples and printable versions.

How to Use Alphabet Letter Positions

Encoding Text to Numbers

  1. Write out your message in capital or lowercase letters.
  2. Replace each letter with its position number (A=1, B=2 … Z=26).
  3. Separate individual letter-numbers with a hyphen, slash, or space to avoid ambiguity (e.g., "23" could be W, or B then C — separators make it clear).

Example: encoding "ALPHA"

A=1, L=12, P=16, H=8, A=1

→ 1-12-16-8-1

Decoding Numbers Back to Letters

  1. Split the number sequence at each separator (hyphen, space, comma).
  2. Replace each number with its corresponding letter (1=A, 2=B … 26=Z).
  3. Combine the letters to read the original message.

Example: decoding "2-5-20-1"

2=B, 5=E, 20=T, 1=A

→ BETA

For longer messages, our free converter tool handles the conversion instantly — just paste numbers or letters and get the result immediately.

Mental Tricks for Remembering Letter Positions

Memorising all 26 positions is not necessary if you know a few anchors and can count from them:

  • Fixed anchors: A=1, M=13, N=14, Z=26. These four numbers are worth memorising.
  • Midpoint trick: The alphabet splits exactly at M/N. Letters A–M occupy positions 1–13; letters N–Z occupy positions 14–26.
  • Count from the nearest anchor: To find S, start from M=13 and count forward: N=14, O=15, P=16, Q=17, R=18, S=19. Or count back from Z=26: Z=26, Y=25, X=24, W=23, V=22, U=21, T=20, S=19.
  • The ROT13 relationship: In ROT13, each letter maps to the letter 13 positions away. Since A=1 and N=14, the pair (A, N) differs by exactly 13. This symmetry helps: if you know A=1, you know N=14 instantly (1+13).
  • Vowel positions: Memorise A=1, E=5, I=9, O=15, U=21. These five vowel anchors cover most words and let you count to nearby consonants quickly.

Practical Uses of A=1 Z=26

Ciphers and Secret Messages

The A=1 Z=26 mapping is the foundation of the A1Z26 cipher, one of the most popular simple ciphers worldwide. It is used by children learning about codes, hobbyist cryptographers, and puzzle designers who want an accessible but non-obvious encoding. Read our A1Z26 cipher decoder guide for a deep dive.

Escape Rooms

Escape room designers frequently use A=1 Z=26 to create combination lock codes. A puzzle might ask players to find the number values of certain letters hidden around the room, then sum them to get the unlock code. The system is ideal because it can be decoded mentally once a player recognises the pattern. See our guide to escape room letter codes.

Puzzles and Brain Teasers

Crossword puzzle constructors, word game designers, and brain teaser creators use alphabet positions in scoring and clue mechanics. "Find the word whose letters sum to 50" or "What word totals exactly 100?" are common puzzle formats that rely on the A=1 Z=26 system.

Education and Classroom Activities

Teachers use the A=1 Z=26 system to make arithmetic engaging. Students add up the letters of spelling words, compare totals, or find words that equal a target number. This reinforces both alphabet knowledge and basic arithmetic in a way that feels like a game. See our educational uses guide for classroom ideas.

Geocaching

Geocache puzzle caches regularly encode coordinates using A=1 Z=26. Cache owners hide letters in images, descriptions, or riddles, and finders must convert them to numbers to reconstruct GPS coordinates.

Numerology

In popular numerology, letters are assigned numbers and names are analysed by summing or reducing those numbers. While numerology is not a scientific practice, the A=1 Z=26 positional system is one of the frameworks used in Pythagorean numerology to derive "life path numbers" from names.

Programming and Computer Science

Developers use alphabet-position logic in string manipulation problems, interview questions, and educational exercises. Common tasks include converting letters to indices (often using A=0 via ASCII math: char - 'A'), checking if a string is a pangram, or implementing simple ciphers as coding exercises.

Word Scores — Adding Up Letter Positions

One of the most popular applications of A=1 Z=26 is calculating a word's "score" by summing its letter values. Here are some notable examples:

WordLetter ValuesTotal Score
HARD8+1+18+431
WORK23+15+18+1167
KNOWLEDGE11+14+15+23+12+5+4+7+596
ATTITUDE1+20+20+9+20+21+4+5100
LOVE12+15+22+554

The word "ATTITUDE" famously totals exactly 100, which is why it appears in motivational speeches illustrating that attitude determines everything. Use our converter tool to calculate the score of any word.

Variants: A=0, Reverse Alphabet, and Others

The standard A=1 Z=26 mapping has several notable variants:

A=0 to Z=25 (Zero-Indexed)

The A0Z25 system shifts all values down by one: A=0, B=1 … Z=25. This is the natural mapping when working with zero-indexed arrays in programming, and it is used in modular arithmetic where you want the arithmetic to wrap cleanly at 26 (0 mod 26 = 0, corresponding to A). Our A1Z26 translator supports both the standard and zero-indexed variants.

Reverse Alphabet (Z=1, A=26)

The reverse variant assigns Z=1, Y=2, X=3 … A=26. This is essentially the Atbash cipher expressed numerically. It is sometimes used in puzzles to add an extra layer of difficulty, since solvers must first recognise the reversal before they can decode the message.

Shifted Systems

Some ciphers use a shifted starting point: for example, B=1, C=2 … A=26. These are related to the Caesar cipher and can be thought of as rotating the A=1 Z=26 wheel by a set number of positions. Without knowing the shift amount, these are more difficult to decode than the standard system.

History of Alphabet Numbering

The concept of assigning numbers to letters is ancient. Greek and Hebrew alphabets were also used as numeral systems (a practice called isopsephy in Greek and gematria in Hebrew). In these systems, the numerical value of words and names carried spiritual and symbolic significance.

In the Latin alphabet tradition, letters were not used as numerals in the same systematic way — Roman numerals (I, V, X, L, C, D, M) used only a subset of letters with fixed values. The assignment of sequential position numbers (A=1, B=2 …) as a cryptographic tool developed later, likely in the medieval period as monastic scholars created simple codes for personal correspondence.

By the 19th and 20th centuries, the A=1 Z=26 mapping became standardised as the default "simple cipher" taught in schools and described in introductory cryptography texts. The widespread availability of the 26-letter English alphabet and the clean mapping to the numbers 1–26 made it the canonical starting point for anyone learning about codes and ciphers.

Frequently Asked Questions

What is the alphabet letter position system A=1 to Z=26?

It assigns each letter of the English alphabet a number equal to its ordinal position: A is the 1st letter so A=1, B is 2nd so B=2, and so on until Z, the 26th letter, equals 26. It is also called the A1Z26 cipher.

What position is the letter M in the alphabet?

M is the 13th letter of the alphabet, so M=13 in the A=1 Z=26 system.

How do I find the position of any letter quickly?

Count from A=1 upward. A helpful trick: the alphabet splits at M/N (13/14), so letters in the second half are 13 + their position after M. For example, S is the 6th letter after M, so S = 13+6 = 19. Or use our free converter for instant results.

Is A=1 Z=26 the same as A1Z26?

Yes. "A1Z26" is the compact notation for the same system — the name encodes its own rule (A=1, Z=26).

What word totals 100 when you add up its letter positions?

ATTITUDE totals exactly 100: A(1)+T(20)+T(20)+I(9)+T(20)+U(21)+D(4)+E(5) = 100. This is often cited in motivational contexts.

Convert Letters to Numbers Instantly

Use our free A=1 Z=26 converter — encode your name, decode a message, or calculate any word's score.