Encode and decode data in various formats
Encode and decode Base64 data
Encode and decode Base32 data
Encode and decode Base58 data (Bitcoin format)
Encode and decode Base85/Ascii85 data
Encode and decode Unicode escape sequences
Encode and decode Quoted-Printable format for email
Encode and decode URL components
Encode and decode HTML entities
Convert text to hexadecimal and vice versa
Convert text to binary and vice versa
Encode and decode international domain names
Apply ROT13 cipher to text
Convert text to Morse code and vice versa
Convert between ASCII values and characters
Compress and decompress data using Gzip algorithm
Encode, decode, and verify JSON Web Tokens with HMAC signature support
Auto-detect and decode multiple encoding types including Base64, Hex, URL, HTML, and more
Encode and decode data using UUEncoding format for binary-to-text conversion
Convert text to UTF-8 or UTF-16 byte representations and decode bytes back to text
Encode and decode MIME content with Base64, Quoted-Printable, and RFC 2047 header support
Convert content to Data URI format for embedding in HTML, CSS, or JavaScript
Compress and decompress data using Brotli algorithm with adjustable quality levels
Compress and decompress data using Deflate algorithm with zlib format support
Compress and decompress data using Zstandard algorithm with fast compression ratios
Compress and decompress using LZ77 algorithm with sliding window visualization