Encode and decode text using ROT13 or any Caesar cipher shift (1–25). Works on letters only, preserves case.
Runs in your browser
| A–M | |
| N–Z |
ROT13 ("rotate by 13 places") is a simple letter substitution cipher that replaces each letter with the letter 13 positions after it in the alphabet. Because the English alphabet has 26 letters, applying ROT13 twice returns the original text, making encoding and decoding the same operation. It is commonly used in online forums and puzzle communities to hide spoilers or punchlines without true encryption.