ROT13 / Caesar Cipher
Encode, decode, and crack Caesar cipher and ROT13 with brute force and frequency analysis
Alphabet Mapping
| Plain | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| Cipher | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | A | B | C | D | E | F | G | H | I | J | K | L | M |
How It Works
- Caesar Cipher: Each letter is shifted by a fixed number of positions in the alphabet. A shift of 3 turns A into D, B into E, etc.
- ROT13: A special case of Caesar cipher with shift 13. Since 13 is half of 26, encoding and decoding are the same operation.
- ROT5: Shifts digits 0-9 by 5 positions. 0 becomes 5, 1 becomes 6, etc.
- ROT47: Shifts all printable ASCII characters (33-126) by 47 positions. Covers letters, numbers, and symbols.
- Brute Force: Try all 25 possible shifts to decode an unknown Caesar cipher. Look for readable English in the results.
Was this tool helpful?
What is ROT13 / Caesar Cipher?
Encode and decode text using ROT13 or any Caesar cipher shift from 1 to 25.
Features a visual alphabet mapping strip, real-time encoding as you type, brute force decoder showing all 25 possible shifts to crack unknown ciphers, and letter frequency analysis with bar charts comparing against standard English frequencies. Supports ROT13, ROT5 (numbers), ROT47 (all printable ASCII), and custom shifts. Preserves case, passes through non-Latin characters, and includes file upload, conversion history, and copy/download. All processing in your browser.
How to Use ROT13 / Caesar Cipher
- 1Type or paste your text into the input area
- 2Select ROT13 or set a custom Caesar cipher shift using the slider
- 3The encoded/decoded text appears in real time in the output area
- 4Use the brute force decoder to crack unknown ciphers by viewing all 25 shifts
Frequently Asked Questions
Related Tools
Letter & Character Frequency
Free online letter & character frequency - analyze the frequency of each letter and character in your text
Text to Binary
Free online text to binary - convert text to binary representation and binary back to text
Morse Code Converter
Free online morse code converter - convert text to Morse code and Morse code back to text with audio playback
Base64 Encoder/Decoder
Base64 encode and decode online - convert text to Base64 or decode Base64 strings instantly, free
AES Encryption Tool
Free online AES encryption tool - encrypt and decrypt text using AES-256 encryption
Punycode Converter
Convert internationalized domain names between Unicode and Punycode (IDN encoding) online