Encode text to Base64 or decode Base64 to text. Support for UTF-8 and binary data.
It encodes text or binary to Base64 (ASCII-safe) or decodes Base64 back to text. UTF-8 is supported. No data is sent to a server.
URL Encoder/Decoder
Encode special characters for URLs or decode URL-encoded strings. Essential for web development.
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text. Secure hash calculator for developers.
JWT Decoder
Decode and inspect JSON Web Tokens (JWT). View header, payload, and verify signature.
JSON Formatter
Format and beautify JSON data with proper indentation. Validate JSON syntax and make it readable.