FAQ 1: What is ROT13?
Answer: ROT13 is a Caesar cipher with a fixed shift of 13. Each letter is moved 13 places forward in the alphabet, wrapping around past Z, so A becomes N, B becomes O, and so on.
FAQ 2: Can this tool convert ROT13 back to normal text?
Answer: Yes. ROT13 is self-inverse, so converting once encodes and converting the result again decodes it. Just paste your ROT13 text into the Input and the Output shows the plain text – no separate mode is needed.
FAQ 3: Is ROT13 secure encryption?
Answer: No. ROT13 is a form of obfuscation, not real encryption. Because it has only one possible shift, anyone can decode it instantly. Use it to hide spoilers, hints, or puzzle answers – not to protect sensitive data.
FAQ 4: How does the tool handle numbers and symbols?
Answer: Only the letters A–Z are shifted. Spaces, digits, punctuation, and other symbols are left exactly as they are, and the case of each letter is preserved.
FAQ 5: What is "Live mode"?
Answer: Live mode is on by default, so the Output updates automatically as you type or paste. Turn it off if you prefer to convert only when you press "Apply ROT13".
FAQ 6: Is my text private?
Answer: Yes. The tool runs entirely in your browser with JavaScript. Your text is never uploaded to or stored on our servers.