Encode and decode Base64 strings safely with full UTF-8 and multi-byte character support.
Encodes plain text to Base64 format and decodes Base64 strings back to text. Built with UTF-8 byte encoding to handle non-ASCII and Unicode characters safely without corruption.
Encode standard greetings.
Encode text with emojis and accents.
Encode and decode URLs and query strings, with interactive query parameter parsing.
Format, validate, beautify, and inspect JSON with clear syntax error diagnostics.
Compute cryptographic hashes (SHA-256, SHA-512, SHA-384, SHA-1) using Web Crypto.