What does this tool do?
This tool encodes and decodes text with ROT13, shifting every English letter 13 positions along the alphabet. Because ROT13 is symmetric, the same operation both scrambles and unscrambles text, which is why it is popular for hiding spoilers, puzzle answers, and forum jokes.
How to use it
- Enter the text you want to encode or decode.
- The conversion happens automatically.
- Copy the result and use it safely.
How ROT13 works
In the 26-letter English alphabet, 13 is exactly the halfway shift. A becomes N, B becomes O, and so on, wrapping around so that N returns to A. Since 13 + 13 = 26, passing text through ROT13 twice brings you back to the original, which means a single function handles both encoding and decoding. The tool shifts only A–Z and a–z; digits, spaces, and punctuation pass through unchanged.
Where it is used
ROT13 is not real security — it has no secret key and is trivial to reverse. Its purpose is to hide text in plain sight: it stops people from accidentally reading spoilers, puzzle solutions, joke punchlines, or mild hints in forum posts. Programmers also use it as a lightweight obfuscation gag. When genuine confidentiality is needed, reach for modern encryption such as AES instead of a simple letter rotation.
Frequently asked questions
How do I decode ROT13 text?
Paste the encoded text back into the tool. Because ROT13 is its own inverse, applying it a second time restores the original message.
Does ROT13 handle uppercase and lowercase separately?
Yes. Uppercase letters stay uppercase and lowercase stay lowercase; the shift preserves the original case of every letter.
What happens to numbers and symbols?
They are left untouched. If you also want to rotate digits and punctuation, use the ROT47 tool, which shifts the full printable ASCII range.
Is ROT13 Cipher free?
Yes. ROT13 Cipher and all 300+ tools on MagmaNex are completely free with no signup or account required.
Is my data safe?
Yes. Everything runs locally in your browser. The data you enter is never sent to a server, stored, or shared.
Does it work on mobile?
Yes. ROT13 Cipher works on phones, tablets and desktops — no app download needed.
🔒 Privacy: everything runs in your browser, your data is never sent to a server.
