ROT13 Text Tool

Instantly encode or decode any text with ROT13 — paste text and the result appears immediately.

Input Text

0 characters

ROT13 Result

Enter text on the left to encode or decode.
A→N, B→O, …, M→Z, N→A — each letter shifts 13 positions
ROT13 is its own inverse — apply it twice to get back the original text
Numbers, spaces, and punctuation are not changed
Copied!

Summary

Instantly encode or decode any text with ROT13 — paste text and the result appears immediately.

How it works

  1. Paste or type your text into the input field.
  2. The ROT13 output appears instantly in the result panel.
  3. Each letter A–Z is shifted 13 positions forward; letters wrap around (N→A, Z→M, etc.).
  4. Numbers, spaces, and punctuation are not changed.
  5. Click "Copy Result" to copy the encoded or decoded text.
  6. To reverse ROT13, simply paste the output back into the input — the result is the original text.

Use cases

  • Hide spoilers in forum posts or comments without a third-party service.
  • Obfuscate puzzle answers so readers can choose whether to reveal them.
  • Decode ROT13-encoded text found in online communities like Usenet or Reddit.
  • Teach basic cryptography concepts and Caesar cipher mechanics.
  • Quick reversible scrambling of text for lightweight obfuscation.
  • Verify that a ROT13 implementation is working correctly during development.

Frequently Asked Questions

Last updated: 2026-06-09 · Reviewed by Nham Vu