Text Encoding & Decoding Tools
Encode and decode Base64 strings. Commonly used for data transmission and embedding binary data in text formats.
Encode special characters for URLs and decode URL-encoded strings safely.
Convert text to hexadecimal and back. Useful for debugging and low-level data inspection.
Translate text to and from Morse code. Classic encoding method still used today.
Convert text to binary (0s and 1s) representation and decode binary strings back to text.
Simple letter substitution cipher that replaces each letter with the letter 13 positions after it.