Encode and decode Base64, URL components, JWT tokens, and more.
Encode text and files to Base64 or decode Base64 strings to UTF-8 text with URL-safe support.
Encode URLs and query parameters using percent-encoding (RFC 3986) with live query parameter inspection.
Decode, inspect, and verify JSON Web Tokens (JWT) client-side with claims & expiration analysis.
Convert characters to HTML entities (©, ", ©) or decode entities back to readable text.
Encode UTF-8 strings & files to hexadecimal dumps or decode hex streams with custom delimiters.
Encode UTF-8 text into 8-bit binary octets (0s & 1s) or decode binary streams with character breakdown.
Convert text to numerical ASCII codes (Decimal, Hex, Octal, Binary) or decode ASCII code sequences back to text.
Convert emojis and multilingual text to Unicode escape sequences (\uXXXX, \u{XXXXX}, \UXXXXXXXX) or unescape them.