Tap Code Dot Visualiser

Show tap code as visual dot grids instead of number pairs

Ad placeholder (leaderboard)

The tap code (also called the knock code) is a simple way to send letters as taps or knocks, made famous by American prisoners of war who used it to communicate through cell walls. Instead of showing the usual number pairs, this tool draws each letter as two clusters of dots so you can see exactly how many times to tap. Everything runs locally in your browser.

How it works

Tap code lays the alphabet into a 5×5 grid, dropping one letter so it fits 25 cells. The conventional grid omits a dedicated K and reuses the C cell for both:

   1 2 3 4 5
1  A B C D E
2  F G H I J
3  L M N O P
4  Q R S T U
5  V W X Y Z

To encode a letter you find its row and column. For example H sits at row 2, column 3, so it is tapped as tap tap … tap tap tap — a group of 2 dots, a pause, then a group of 3 dots. This tool renders the first count and the second count as separate dot groups so the rhythm is obvious at a glance.

Tips and example

The word WATER becomes:

  • W → row 5, col 2
  • A → row 1, col 1
  • T → row 4, col 4
  • E → row 1, col 5
  • R → row 4, col 2

Because K is not in the grid, type C instead and let the reader infer the intended letter from context. Spaces and punctuation are shown as gaps so you can keep word boundaries when tapping a longer message.

Ad placeholder (rectangle)