Loading cipher tool...
Please wait a moment

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.

Step 1

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.

Encode: useful when you want numeric output instead of letter substitution.
Decode: paste coordinates like 23 24 14 15.
Spacing: keep the default grouping to avoid ambiguous decode input.
Step 2

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.

Row 1: A B C D E
Row 2: F G H I K
J handling: J shares the I position in the classical square.
Step 3

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.

Step 4

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.