ROT13 Decoder
Decode ROT13 encoded text instantly — reveal hidden spoilers, puzzle answers, and obfuscated content.
How ROT13 Decoding Works
ROT13 decoding is identical to ROT13 encoding — because 26 letters in the alphabet divided by 13 equals 2, applying the rotation twice returns exactly to the original. This elegant property means a ROT13 decoder is the same function as the encoder, just with a different label on the button.
To decode ROT13 text, each letter is simply shifted back 13 positions: A↔N, B↔O, C↔P, D↔Q, E↔R, F↔S, G↔T, H↔U, I↔V, J↔W, K↔X, L↔Y, M↔Z. All non-letter characters remain unchanged. This tool instantly reveals hidden forum spoilers, puzzle solutions, email obfuscation, and any other ROT13-encoded content.
ROT13 is commonly encountered on Reddit, old Usenet newsgroups, programming puzzles, security CTF (Capture The Flag) challenges, and ASCII art signatures. Some email clients also used it to hide email addresses from simple scrapers.