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.
Classic letter-shift cipher with custom shift values.
Classic digraph substitution cipher with keyword matrix encryption.
Classical reciprocal cipher based on a keyword.
Vigenere-style classical cipher that uses a numeric key.
Keyword-based polyalphabetic encryption and decryption.
XOR-based Vernam encryption with Base64 output.