ROT13 Encoder / Decoder

Apply ROT13 cipher to encode or decode text. ROT13 is its own inverse.

Processed on your device β€” never uploaded
ROT13 shifts each letter 13 positions in the alphabet. Applying it twice returns the original text.
Input
ROT13 Output

Frequently Asked Questions

What is ROT13?
ROT13 is a simple letter substitution cipher that replaces each letter with the letter 13 positions after it in the alphabet. Since the alphabet has 26 letters, applying ROT13 twice returns the original text.
Is ROT13 secure encryption?
No. ROT13 provides no cryptographic security whatsoever. It is used only for obscuring text, such as hiding spoilers or puzzle answers, not for protecting sensitive information.
Does ROT13 work with numbers and special characters?
No. ROT13 only transforms the 26 English letters (A-Z, a-z). Numbers, punctuation, spaces, and non-Latin characters pass through unchanged.