ROT13 Encoder/Decoder

Rotate letters by 13 positions. Encoding and decoding are the same operation.

About ROT13

ROT13 is a simple substitution cipher that rotates each letter by 13 places in the alphabet. Applying ROT13 twice returns the original text.

ℹ️

About this ROT13 Encoder/Decoder

Encode or decode text with the ROT13 cipher. ROT13 shifts each letter by 13 positions in the alphabet (A→N, B→O, etc.), so encoding and decoding are the same operation. It's not encryption—it's used for hiding spoilers, obfuscating jokes, or simple puzzles. All processing runs in your browser.

Key Features

Encode and decode ROT13 (same operation)

Handles uppercase and lowercase

Leaves numbers and symbols unchanged

Instant conversion as you type

Copy result to clipboard

Works entirely in your browser

📖

How to Use

1

Enter or paste text to encode or decode

2

Click Encode/Decode (ROT13 is reversible with the same action)

3

View the result and copy if needed

4

Use for spoilers, puzzles, or simple obfuscation

💡

Popular Use Cases

1

Hide spoilers in forum posts

2

Obfuscate punchlines or answers

3

Simple cipher puzzles and education

4

Legacy compatibility (e.g. Usenet)

5

Lightweight text scrambling

💡

Tips & Best Practices

ROT13 only affects A–Z and a–z; numbers and punctuation stay the same

Applying ROT13 twice returns the original text

ROT13 is not secure; anyone can decode it instantly

Use for fun or spoilers, not for real secrecy

Frequently Asked Questions

Q

What is ROT13?

ROT13 (rotate by 13) is a letter substitution cipher that replaces each letter with the letter 13 positions later in the alphabet. Because the alphabet has 26 letters, applying ROT13 twice gives you the original text.

Q

Is ROT13 encryption?

No. ROT13 provides no security—it's trivially reversible. It's used for hiding spoilers or making text slightly harder to read at a glance, not for protecting sensitive data.

Q

Why does encode and decode do the same thing?

Since rotating by 13 twice brings you back to the start (13+13=26), encoding and decoding are the same operation. One click encodes; another click decodes.

Q

Does ROT13 work on numbers?

No. ROT13 only shifts letters A–Z and a–z. Numbers, spaces, and punctuation are left unchanged.