Skip to main content

Slash and Pipe Code

Encode letters as slash, pipe, and backslash groups.

The Slash and Pipe Code is represented by three characters \ | / with a space between letter groups. 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 between each set of slash/pipe characters.