Simple online tools for developers, networking, text and conversions.

Developer Tools

ROT13 Encode

Encode plain text with the ROT13 substitution cipher instantly.

Tool

Use this ROT13 encoder to shift each Latin letter by 13 positions and produce ROT13-encoded text instantly. It is useful for puzzles, CTF basics, simple obfuscation demos, classroom examples, and understanding classical substitution ciphers. Paste text into the tool and get the transformed output directly in the browser.

About this tool

Use this ROT13 encoder to shift each Latin letter by 13 positions and produce ROT13-encoded text instantly. It is useful for puzzles, CTF basics, simple obfuscation demos, classroom examples, and understanding classical substitution ciphers. Paste text into the tool and get the transformed output directly in the browser.

Use rot13 encode when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.

Learn more

Why use this tool

How to use

  1. Paste plain text into the input box
  2. Click Run Tool to apply ROT13 encoding
  3. Review the transformed output
  4. Copy the result for a puzzle, demo, or note
  5. Use ROT13 Decode to reverse it later

Examples

Example

Input

hello

Output

uryyb

Shows the basic ROT13 shift on lowercase Latin letters.

Example

Input

Attack at dawn

Output

Nggnpx ng qnja

Useful for seeing how spaces stay unchanged while letters rotate.

Common errors

The user expects encryption instead of letter substitution

Fix: Remember that ROT13 is only a simple substitution cipher, not real encryption.

Non-Latin characters are expected to rotate too

Fix: ROT13 only affects A-Z and a-z letters.

The user wants the reverse action

Fix: Use ROT13 Decode, even though ROT13 is symmetrical.

Punctuation is expected to change

Fix: Only letters change. Spaces, punctuation, and digits stay the same.

The user expects a secret-safe result

Fix: Use a real encryption tool like AES for actual secrecy.

FAQ

What does ROT13 Encode do?

It rotates each Latin letter by 13 positions.

Is ROT13 real encryption?

No. It is a simple substitution cipher and is not secure.

Does ROT13 change numbers or punctuation?

No. It changes only A-Z and a-z letters.

Can ROT13 encoded text be reversed?

Yes. ROT13 is fully reversible.

What is the reverse of ROT13 Encode?

The reverse tool is ROT13 Decode.

Use cases

Related tools