Polybius Square Cipher Online
Convert text into Polybius square coordinate pairs and decode the coordinate stream back to text.
How to Use the Polybius Square Tool
Encode letters as numeric coordinates and decode them back using the same page structure as the rest of Cipher Tools.
Quick Overview
The Polybius square is a coordinate cipher built on a 5x5 grid. Each letter becomes a pair of digits representing its row and column, which makes the output compact and easy to transmit as numbers.
This tool uses the standard classical square and merges J into I. That behavior is intentional because a 5x5 square only has room for 25 positions, which is one reason the cipher is often discussed in connection with fractionation and other classical cipher techniques.
Output
Each encoded letter becomes a 2-digit coordinate like 23.
Normalization
J is normalized to I to fit the 5x5 square cleanly.
Best For
Learning fractionation ciphers and working with simple numeric encodings.
Choose Encode or Decode
Encode mode turns letters into coordinate pairs. Decode mode reverses the process and expects complete 2-digit groups, with spaces between letters and / between words for readability.
23 24 14 15.Understand the 5x5 Grid
The square is read by row and column. That means 11 is the top-left cell, 15 is the top-right cell, and 55 is the bottom-right cell.
Review the Example
Example Input
HIDE THE GOLD
Example Output
23 24 14 15 / 44 23 15 / 22 34 31 14
Numeric output like this is one reason Polybius square remains useful in cipher lessons. It helps bridge the gap between letter substitution and more structured fractionation systems, and it also helps explain why later tools such as Playfair feel like a natural next step.
Use It as a Foundation Cipher
Polybius square is often taught as a building block for more advanced classical systems. If you want a digraph-based follow-up, continue to Playfair Cipher. If you want a more visual substitution page, try Pigpen Cipher.
Frequently Asked Questions
Why is J merged with I?
A 5x5 square only has room for 25 letter slots, so the classical Polybius layout merges J into I, following the traditional treatment associated with Polybius.
Can I decode a continuous number stream?
Yes, but it still needs to contain complete 2-digit coordinates. Spacing simply makes review and debugging easier.
Is Polybius square secure?
No. It is a historical educational cipher and not suitable for modern security needs.
How is this different from Playfair?
Polybius square maps individual letters to coordinates, while Playfair encrypts pairs of letters using a key square and digraph rules.
Related Tools
ROT13 Encoder / Decoder
Encode and decode text using ROT13 cipher. Rotate letters by 13 positions for simple obfuscation
Caesar Cipher
Encrypt and decrypt text with a configurable Caesar shift from 1 to 25
Atbash Cipher
Encode and decode text using the Atbash mirror alphabet substitution cipher
Vigenere Cipher
Encrypt and decrypt alphabetic text with a keyword-based Vigenere cipher
Morse Code Encoder / Decoder
Convert plain text to Morse code and decode Morse sequences back to readable text
Rail Fence Cipher
Encrypt and decrypt text using the zig-zag rail fence transposition pattern