decoder.tools

ROT13 / ROT47 Decoder

Apply ROT13, ROT18 and ROT47 rotation ciphers — the same operation decodes and encodes.

live · client-sideClassical & Obfuscated Ciphersfree · no sign-up
RAW INPUT
DECODED

Output appears here as you type — decoded on your device.

Input is processed on your device. Nothing you paste is sent anywhere.

What is the ROT13 / ROT47 Decoder?

ROT13 is a substitution cipher that replaces each letter with the one 13 places later in the alphabet, and because 13 is exactly half of 26, applying ROT13 a second time restores the original text.

ROT13 was never meant to be secure. It exists to hide text from casual reading — spoilers, punchlines, puzzle answers — on Usenet and in mailing lists, where the convention has survived for decades. Its charm is the self-inverse property: encoding and decoding are the same operation, so one function and one button do both jobs.

ROT47 extends the same idea across the printable ASCII range (characters 33 to 126), rotating by 47 so digits, punctuation and symbols shift too. It is likewise self-inverse. ROT18 is a hybrid that rotates letters by 13 and digits by 5, so 'a1' becomes 'n6'.

None of these are encryption, and nothing about them resists analysis — ROT13 is broken by reading it. They belong in the same category as pig latin: obfuscation with a well-known convention.

ROT13 / ROT47 Decoder at a glance

Shift
ROT13 = 13 letters · ROT47 = 47 ASCII chars
Self-inverse
Yes — apply twice to get back the original
ROT47 range
ASCII 33–126, so symbols rotate too
Security
None — it is obfuscation, not encryption

How to use the ROT13 / ROT47 Decoder

  1. 1Choose ROT13 for letters only, or ROT47 to rotate all printable ASCII.
  2. 2Paste your text — the same operation encodes and decodes it.
  3. 3Copy the result; run it again if you want to confirm you get the original back.

When you would reach for it

  • Revealing a spoiler, hint or puzzle answer hidden with ROT13.
  • Handling the first, easiest layer of a CTF or escape-room challenge.
  • Lightly obscuring text in a forum post without pretending it is protected.

ROT13 / ROT47 Decoder — frequently asked questions

Last reviewed · questions or corrections: contact@decoder.tools