Baconian Cipher, 5-Bit A/B Groups
Encodes each letter as a group of five A and B symbols in Bacon's 24-letter alphabet, where I shares a code with J and U shares one with V.
Codificado
—
Bacon's cipher: five bits before bits existed
Francis Bacon described in 1605 a system in which each letter becomes a sequence of five symbols of two kinds, which he called a and b. With five positions and two options there are 32 combinations — enough for the 26 letters. It is, in practice, a five-bit binary encoding, three and a half centuries before the term existed.
Paste the text and the page returns the groups of five letters. The clever part of the system is not the table but what Bacon proposed doing with it: the two symbols need not be letters. They can be two typefaces in the same text, upper and lower case, or any pair of discreet variations — and then the message hides inside another apparently innocent text.
That makes Bacon's cipher less a cipher than a method of steganography: the goal is not scrambling the content, it is hiding that content exists. In this classic version I and J share a code, as do U and V, which reduces the table to 24 entries — a reflection of the alphabet of the day, which did not distinguish those pairs.
Frequently asked questions
Why do I and J share a code?
How is the message hidden inside another text?
Can it decode here?
Related Tools
Encrypt Text
Apply classic ciphers (Caesar, ROT13, Atbash) or Base64. Useful for puzzles, CTFs and testing — do not use for real security.
Vigenère Autokey Cipher Encoder and Decoder
Enciphers or deciphers text with the classic autokey variant, where the plaintext extends the keyword instead of repeating it. Letters A to Z only.
Columnar Transposition Cipher
Encrypts or decrypts text by writing it in rows under a keyword and reading the columns in alphabetical key order, padding the last row with X.
Monoalphabetic Substitution Cipher
Encrypt/decrypt with a custom A-Z substitution key and show letter frequencies for didactic analysis.
Polybius Square Cipher
Encrypt and decrypt messages with the Polybius square, which turns each letter into a pair of digits on a 5×5 grid (with I and J combined).
Rail Fence Cipher
Encrypts messages with the Rail Fence (zigzag) cipher, spreading letters across N rails and reading rail by rail. A classic transposition cipher for learning cryptography.