Free Online ROT13 Encoder & Decoder
Obfuscate text using the ROT13 letter rotation algorithm.
43 characters · 9 words · 43 bytes (UTF-8)
Output will appear here
Click in the output to select all text
Related tools
Base32 Encode / Decode
Encode text to Base32 format (RFC 4648) and decode Base32 strings.
Hexadecimal Byte Encode / Decode
Encode text to hexadecimal byte representation and decode hex back to ASCII.
AES Encryption & Decryption
Encrypt or decrypt text with AES-256 using a custom passphrase.
Base64URL Encode / Decode
URL-safe Base64 encoding and decoding without padding or special URL characters.
This ROT13 tool obfuscates text by rotating each letter 13 places through the alphabet, and decoding it works exactly the same way — apply ROT13 twice and you're back to the original text. ROT13 is a simple substitution cipher, a specific case of the classic Caesar cipher, historically used on Usenet and forums to hide spoilers, punchlines, or puzzle answers from casual glances — it provides no real cryptographic security since it's trivially reversible by anyone who recognizes the pattern. Writers hiding spoiler text, puzzle creators, and anyone who needs quick, reversible text obfuscation for non-sensitive content will find this tool handy. All rotation happens instantly in your browser via JavaScript, so nothing is uploaded anywhere, though given ROT13 has no actual security, that's more about convenience than protecting secrets. There's no signup and no limits — just paste your text and see the result immediately. For anything that actually needs to stay secret, use this platform's AES encryption tool instead. Scroll down to try ROT13 on your own text now.
Features
- Applies the standard 13-letter alphabet rotation (Caesar shift of 13)
- Same operation encodes and decodes — apply twice to reverse
- Instant client-side transformation, no server call
- Preserves case, numbers, punctuation, and spacing
- One-click copy to clipboard
- Handles arbitrary-length text input
- Works fully offline once the page loads
- No signup or rate limits
Why use this rot13 substitution encoder?
- Instant results with no delay
- Fully private, browser-only text transformation
- Reliable, predictable output every time
- Extremely simple to use — no options to configure
- Free and unlimited, no account needed
Frequently asked questions
Is ROT13 secure encryption?
No, ROT13 provides no real security — it's a trivial substitution cipher that anyone can reverse instantly, and it's meant only for casual obfuscation, like hiding spoilers.
How does ROT13 work?
It shifts each letter 13 positions forward in the alphabet, wrapping around from Z back to A; since the alphabet has 26 letters, applying ROT13 twice returns the original text.
What is ROT13 used for?
It's traditionally used to hide spoilers, puzzle solutions, or joke punchlines in forums and Usenet posts where the content shouldn't be immediately visible but doesn't need real protection.
Does ROT13 affect numbers or symbols?
No, standard ROT13 only rotates alphabetic letters (A-Z, a-z); numbers, punctuation, and spaces are left unchanged.
Is ROT13 the same as a Caesar cipher?
Yes, ROT13 is a specific Caesar cipher with a fixed shift of 13 letters, which is special because it's its own inverse.
Can ROT13 be cracked?
There's nothing to crack — since it's a fixed, publicly known 13-letter shift, anyone can decode it by simply reapplying the same rotation.
Should I use ROT13 to protect sensitive data?
No, never use ROT13 for anything requiring actual confidentiality — use a real encryption algorithm like AES for sensitive data.