Type your text, and the tool shifts every letter 13 places through the alphabet — running the result through again restores the original.
ROT13 is a simple letter substitution cipher that replaces each letter with the letter 13 positions after it in the alphabet. A becomes N, B becomes O, etc.
ROT13 is used to obscure text (like spoilers or puzzle answers) without true encryption. It's easily reversible—applying ROT13 twice returns the original text.
No, standard ROT13 only affects letters A-Z. Numbers and special characters remain unchanged.