IT Market
Tools/Code/Data/ROT13 Encoder and Decoder Online — Free Tool
ROT13

Tool guide

ROT13 Encoder and Decoder

ROT13 hides text from a casual glance rather than from an attacker: a film spoiler, a riddle answer, a punchline in a comment thread. Each Latin letter moves thirteen places forward and, since the alphabet has twenty-six letters, running it twice restores the original. That is why there is a single button here instead of an encrypt and decrypt pair. Everything runs in the page script, with no network calls. See also: a Caesar shift with any offset, keyword-based text encryption, flip a string backwards.

How to use it

  1. Paste your text into the upper field, the one with the Enter text placeholder — plain or already rotated, both work.
  2. Press the single CONVERT button; the result lands in the lower field.
  3. To read someone else's ROT13, paste the ciphertext and press the same button: a second pass restores it.
  4. Check that Latin letters actually changed while digits and punctuation stayed put.
  5. Select the output and copy it with the keyboard — this page has no dedicated copy button.

FAQ

Why is there no separate decode button?

Thirteen is exactly half of the twenty-six letters in the Latin alphabet. Applying a thirteen-place shift twice returns each letter to where it started, so encoding and decoding are literally the same operation. Press CONVERT a second time and the original comes back.

What does ROT13 do to Russian text?

Nothing. The rotation is defined for A to Z only, so Cyrillic passes through unchanged and cannot be hidden this way. Transliterate into Latin letters first, or use a different trick such as converting the phrase to binary.

Can I protect passwords or private data with ROT13?

No. ROT13 is not encryption in any meaningful sense: there is no key, there is only one possible variant, and anyone with any online tool reads it in a second. It is for hiding a spoiler or a puzzle answer from an accidental glance, not from a person who wants to read it.

Why is there no Copy button on this page?

The interface is deliberately minimal — an input area, an output area and the CONVERT button. Select the result with the mouse, or long-press on a phone, and copy it with the keyboard or the context menu. The neighbouring Caesar and Vigenere tools do have a copy button.

How does ROT13 differ from ROT47?

ROT13 only touches letters, while ROT47 rotates the whole printable ASCII range — digits and punctuation included — by forty-seven positions. The result looks far more scrambled, but it is still a keyless substitution. This page implements the classic ROT13.

Is any of the text I paste stored?

No. The substitution runs in a short script inside the tab, nothing is sent to a server, and both fields are empty again after a reload. Even so, do not paste genuinely sensitive material here, simply because ROT13 offers it no protection at all.

Examples

Spoiler tucked into a film comment
Before: The butler did it
After: Gur ohgyre qvq vg
A second pass brings the text back
Before: Gur ohgyre qvq vg
After: The butler did it