Encoding and decoding
There is no separate direction: the same immediate conversion turns plain text into ROT13 text and turns ROT13 text back into plain text.
Encode or decode text with the fixed 13-letter alphabet shift.
Enter a message: ROT13 replaces each letter with the one 13 positions later in the alphabet. Applying the same operation again recovers the original text.
Paste or type source text. The result updates immediately: A becomes N, B becomes O, and N becomes A again. Spaces, digits, and punctuation stay visible.
Use the Caesar cipher tool to freely choose a shift value from 1 to 25.
ROT13 means a rotation by 13 positions. It is a special Caesar cipher: each letter moves 13 places through the alphabet. Since the Latin alphabet has 26 letters, applying ROT13 a second time cancels the first shift.
There is no separate direction: the same immediate conversion turns plain text into ROT13 text and turns ROT13 text back into plain text.
Spaces, digits, and punctuation stay in place to preserve the message structure. Accented letters are reduced to their base letters so the tool works on A-Z.
ROT13 is mainly used to lightly hide an answer, hint, or solution. It is not strong encryption, but it is convenient in puzzles and forums.
| Plain alphabet | A | B | C | D | E | F | G | H | I | J | K | L | M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ROT13 | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| Plain alphabet | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ROT13 | A | B | C | D | E | F | G | H | I | J | K | L | M |
SECRET becomes FRPERG. Applying ROT13 to FRPERG gives SECRET back.
To choose an exact shift, use the Caesar cipher. To test every shift, use the automatic Caesar decoder. For a changing key, try Keyword shift or the Vigenère cipher.
See also the Wikipedia article about ROT13.
AppErgo tools are provided free of charge for practical and informational purposes. Although care is taken in their design, a result may be incomplete, unexpected or incorrect. Before relying on a result for any important use, check it using an appropriate method.
To report a bug in the tool, you can use the dedicated bug report form.
Results produced by AppErgo tools may be copied and reused freely. When publicly reusing a result, a method or an AppErgo page, a link to the relevant page is appreciated.
Unless otherwise stated, AppErgo texts, images, visual elements, scripts, templates and internal components remain the property of AppErgo.
For any other request, you can contact the webmaster.