ROT13 & Caesar Cipher Encoder / Decoder
Encode or decode text with ROT13 or a Caesar cipher of any shift (-25 to +25). Round-trip verified. Runs in your browser.
Runs 100% in your browser — nothing is uploaded.Use this in a chain
Output (ROT13)
✓ Round-trip verified
Frequently asked
Is ROT13 encryption?
No — it's a trivially reversible cipher used only for casual obfuscation (hiding spoilers, punchlines, etc.). Never use it to hide anything real.
How is ROT13 special?
Applying it twice returns the original text. That's because 13 + 13 = 26 (one full alphabet cycle). Other Caesar shifts don't have this property.
Related tools
- Base64 Encode / DecodeEncode or decode Base64 text. UTF-8 safe by default. Optional URL-safe variant.
- Morse Code TranslatorFree Morse code translator. Convert text to Morse code or Morse code back to tex
- Text ↔ BinaryConvert text into 8-bit binary (UTF-8) or decode binary back to text. Handles mu
- Base32 Encoder / DecoderEncode any text to RFC 4648 Base32 (A-Z, 2-7) or decode Base32 back to text. UTF
- Data URI Encoder / DecoderEncode text or any file into a data: URI for inlining in HTML, CSS, or JSON. Dec
- HTML EntitiesEncode and decode HTML entities: &, <, ©, and every numeric &#nn