HELLO WORLD
8-5-12-12-15 23-15-18-12-4
Alphabet: English, delimiter: dash.
Convert letters to their alphabet positions and decode number sequences back into text using the A1Z26 notation. Supports multiple alphabets and customizable delimiters.
HELLO WORLD
8-5-12-12-15 23-15-18-12-4
Alphabet: English, delimiter: dash.
8-5-12-12-15 23-15-18-12-4
hello world
Alphabet: English, delimiter: dash, mode: decrypt.
SECRET
19 5 3 18 5 20
Alphabet: English, delimiter: space.
ABCXYZ
1-2-3-24-25-26
Shows how letters are mapped to their positions in the alphabet.
A1Z26 is a simple letter-to-number substitution system where each letter is replaced by its position in the alphabet. In English, A=1, B=2, C=3, and so on until Z=26.
During encoding, text is converted into a sequence of numbers. During decoding, the numbers are converted back into letters using the selected alphabet.
A1Z26 is commonly used in educational exercises, puzzles, treasure hunts, escape rooms, and beginner cryptography challenges.
Morse code encoder, decoder, and audio player.
Grid-based coordinate substitution using row and column numbers.
Classical A/B encoding and text steganography with the Bacon cipher.