Encoding / Decoding

24 tools available

A1Z26 Cipher

Encode and decode text using the A1Z26 cipher (A=1, B=2, ... Z=26). Configurable separator with letter-number mapping reference.

Offline

ASCII85 Encoder / Decoder

Encode and decode ASCII85 (also called Base85/btoa). Supports Adobe, Z85, and RFC 1924 variants. Used in PostScript, PDF, and git binary patches.

Offline

Atbash Cipher

Encode and decode text using the Atbash cipher, which reverses the alphabet (A becomes Z, B becomes Y, etc.). The same operation encodes and decodes since it is its own inverse.

Offline

Bacon Cipher

Encode and decode text using Francis Bacon's cipher. Supports both the standard 24-letter alphabet (I/J and U/V combined) and the distinct 26-letter variant.

Offline

Base32 Encoder/Decoder

Encode and decode text using RFC 4648 Base32 encoding

Offline

Base58 Encoder / Decoder

Encode and decode text using Base58 (Bitcoin alphabet) with BigInt arithmetic

Offline

Base64 Encoder/Decoder

Encode and decode Base64 text and files

Offline

Base85 (Ascii85) Encoder / Decoder

Encode and decode text using Base85/Ascii85 encoding, commonly used in PostScript and PDF files

Offline

Binary ↔ Text Converter

Convert between text and binary representation

Offline

Braille Translator

Convert text to Braille Unicode characters and vice versa using Grade 1 Braille

Offline

Caesar Cipher

Encrypt and decrypt text with a configurable letter shift

Offline

Hex ↔ Text Converter

Convert between text and hexadecimal representation

Offline

HTML Entity Encoder/Decoder

Encode and decode HTML entities and special characters

Offline

Morse Code Translator

Convert text to Morse code and Morse code to text using ITU standard

Offline

NATO Phonetic Encoder

Encode and decode text using the NATO phonetic alphabet (Alpha, Bravo, Charlie, etc.)

Offline

Octal ↔ Text Converter

Convert between text and octal (base-8) representation of character codes

Offline

Punycode Converter

Convert between Unicode domain names and Punycode (IDN / ACE encoding per RFC 3492)

Offline

ROT13 Encoder/Decoder

Apply ROT13 cipher to text (symmetric: encode = decode)

Offline

Tap Code Encoder/Decoder

Encode and decode text using the Polybius square tap code cipher

Offline

Unicode Encoder/Decoder

Convert text to Unicode escape sequences and back in multiple formats

Offline

URL Encoder/Decoder

Encode and decode URL components

Offline

UUencode / UUdecode

Encode and decode data in UUencode format, a legacy encoding used in Unix email attachments

Offline
File Input

Vigenère Cipher

Encrypt and decrypt text using the Vigenère polyalphabetic substitution cipher with a keyword

Offline

Rail Fence (Zigzag) Cipher

Encode and decode text using the Rail Fence (Zigzag) cipher with a configurable number of rails. Includes visual rail pattern display.

Offline