Rot13 Encoder

Remove Ads
Remove Ads

Result

Result
Remove Ads

Share on Social Media:

ROT13 — The Self-Reversing Cipher for Spoilers and Puzzles

ROT13 rotates every letter halfway around the alphabet: HELLO becomes URYYB, and because 13 + 13 = 26, running it again turns URYYB back into HELLO. One operation both hides and reveals. This free tool encodes and decodes instantly in your browser — the internet's classic way to post spoilers, puzzle answers, and punchlines that readers uncover only on purpose. No signup.

The Elegant Symmetry

A B C D E F G H I J K L M → N O P Q R S T U V W X Y Z
N O P Q R S T U V W X Y Z → A B C D E F G H I J K L M

HELLO ⇄ URYYB     (same button both directions)

No other rotation has this property — shift 13 is the unique self-inverse because it's exactly half the alphabet. That's why ROT13 became the convention while other Caesar shifts stayed obscure: one tool, one click, no "which direction?" confusion.

What It's Actually For

  • Spoilers — "The twist is that gur ohgyre qvq vg" lets readers skip or reveal at will.
  • Puzzle answers — hints and solutions posted without spoiling the challenge for others.
  • Punchlines and riddles — the setup in plain text, the payoff in ROT13.
  • Forum culture — a decades-old Usenet tradition for content readers might want to opt into.

Not Security — And That's the Point

ROT13 protects nothing: the key is fixed, public, and reversible by anyone in seconds (including this tool). Its value is social, not cryptographic — it raises the tiny barrier of "you must deliberately decode this," which is exactly enough to prevent accidental spoiling while letting the curious read on. For real secrecy you need actual encryption; for "don't read this unless you want to," ROT13 is perfect.

ROT13 for Programmers

It's a beloved teaching exercise — implementable in a line or two, demonstrating modular arithmetic and character math — and appears in code as a lightweight obfuscation for non-sensitive strings. Some editors even ship a built-in ROT13 command as a nod to the tradition.

Free and Instant

Encode and decode locally with a single click — no account, no limits, symmetric by design.