What It Is
ROT13 is a simple letter substitution cipher that rotates each letter 13 places through the alphabet. Because the English alphabet has 26 letters, applying ROT13 once transforms the text, and applying it a second time restores the original. For example, A becomes N, N becomes A, and the same pattern applies to lowercase letters. Numbers, spaces, punctuation, and symbols stay unchanged. ROT13 is not secure encryption and should not be used to protect sensitive information, but it remains a popular way to lightly obscure text for jokes, spoilers, puzzle clues, and casual online formatting.
How to Use It
Paste or type your text into the input box, then click the Convert button. The tool automatically applies ROT13 and places the result in the output field. There is no separate encode or decode mode because ROT13 works both ways with the same action. If you enter normal text, you will get ROT13 output. If you enter ROT13 text, clicking Convert will turn it back into readable text. This makes the tool fast and convenient for quick transformations. It works best with standard English alphabet characters, while preserving line breaks, punctuation, and formatting as much as possible.
Use Cases
This ROT13 encoder/decoder is useful when you want to hide spoilers in forum posts, mask punchlines or answers in shared notes, create simple puzzle content, or decode ROT13 text you find online. Developers and students may also use it to understand how substitution ciphers work in a basic, hands-on way. Since it does not alter non-letter characters, it is handy for transforming sentences, paragraphs, and mixed-content strings without breaking their structure. If you need real privacy or security, use modern encryption instead, but for quick reversible text obfuscation, ROT13 is a classic and convenient choice.