Searchlight
Tools
BlogAbout
Free SEO Audit
Back to home
๐Ÿ“ˆSEO & Analytics
๐Ÿ—‚๏ธText & Data
๐Ÿ”Encoders & Decoders
Base64 TextBase64 FileURL EncoderHTML EntitiesNumber Base ConverterJWT DecoderMorse CodeROT13 / Caesar CipherHash GeneratorHMAC GeneratorHex โ†” Base64
โšกGenerators
๐Ÿ”„Converters
๐Ÿ–ผ๏ธImage Tools
๐Ÿ“„PDF Tools
๐Ÿ’ปCode Tools
๐Ÿ”Regex & Parsing
๐ŸงฎCalculators
๐Ÿ—บ๏ธDiagrams
๐ŸŒNetwork & Web
โœ๏ธText Utilities
๐ŸŽจColor Tools
๐Ÿ”€Diff & Compare
156+ tools. OAuth is read-only.
Searchlight

156+ free SEO, developer, image, PDF, and productivity tools - no account needed.

Free ยท all tools included
Company
  • Blog
  • About
  • Free SEO Audit
Legal
  • Privacy Policy
  • Terms of Service
  • Cookie Policy

ยฉ 2026 Searchlight. All rights reserved.

Read-only OAuth ยท No data reselling ยท Completely free

ROT13 / Caesar Cipher

Encode or decode text using ROT13 or a custom Caesar shift. Output updates as you type.

Output will appear hereโ€ฆ

About this tool

Encode and decode ROT13 - the simple letter substitution cipher that replaces each letter with the one 13 positions after it in the alphabet. ROT13 is its own inverse: applying it twice restores the original text. Used on Usenet and forums to hide spoilers, punchlines, and puzzle solutions.

How to Encode or Decode ROT13

  1. 1Type or paste your text into the input field.
  2. 2The ROT13 result appears instantly in the output field.
  3. 3To decode ROT13 text, paste the encoded text and read the output.
  4. 4The same operation encodes and decodes - ROT13 is self-inverse.
  5. 5Click 'Copy' to copy the result to clipboard.

Frequently Asked Questions

What is ROT13 used for?+
ROT13 is not encryption - it's obfuscation for casual spoiler hiding. It was popular on Usenet newsgroups for hiding puzzle answers and plot spoilers. Applying ROT13 twice returns the original text, so the same function encodes and decodes.
Does ROT13 change numbers or punctuation?+
No. ROT13 only shifts letters (A-Z and a-z). Numbers, punctuation, spaces, and other characters are passed through unchanged.
What is the difference between ROT13 and Caesar cipher?+
ROT13 is a specific Caesar cipher with a shift of 13. A Caesar cipher can use any shift value (1-25). ROT13's shift of 13 is special because the alphabet has 26 letters - applying it twice returns to the start, making it self-inverse.
Is ROT13 the same as Base64?+
No. ROT13 substitutes letters with other letters - it remains human-readable. Base64 encodes binary data as alphanumeric characters - the output looks like random text. Both are encodings, not encryption.
Looking for a deeper guide on this topic? Browse the Searchlight blog.
Visit the blog โ†’

Related tools

View all Encoders & Decoders โ†’
Base64 TextEncode & decode Base64 textBase64 FileEncode images, PDFs & files to Base64URL EncoderURL encode / decode / percent-escapeHTML EntitiesHTML entity encode & decode