Skip to main content

Tomtom Code

Slash and backslash code groups.

Tomtom Code represents letters with slash and backslash pattern groups. It is commonly written using / and \ with a space between letters. If your ciphertext uses three different characters instead, the auto-detect mode tries every permutation and picks the one whose decoded text scores highest as English.

A /
B //
C ///
D ////
E /\
F //\
G ///\
H /\\
I /\\\
J \/
K \\/
L \\\/
M \//
N \///
O /\/
P //\/
Q /\\/
R /\//
S \/\
T \\/\
U \//\
V \/\\
W //\\
X \\//
Y \/\/
Z /\/\

When decrypting, put a space (or your custom separator) between each set of slash/pipe characters.