ROT13 Encoder/Decoder

Encode and decode text using ROT13, a simple letter substitution cipher that replaces each letter with the one 13 positions after it.

Example:

Hello WorldUryyb Jbeyq

Uryyb JbeyqHello World

Features

  • Encode text
  • Decode text
  • Same function for both
  • One-click copy
  • Swap function
  • Free to use

How to Use

  1. 1
    Enter your text
  2. 2
    Click Convert
  3. 3
    Copy the result
  4. 4
    Apply again to decode

Frequently Asked Questions

How does ROT13 work?

ROT13 shifts each letter 13 positions in the alphabet. Since there are 26 letters, applying ROT13 twice returns the original text.

Is ROT13 secure?

No, ROT13 is not encryption. It's just obfuscation and can be easily reversed. Use it for hiding spoilers, not secrets.