Encoding & Conversion
Encoding & conversion covers Base64, URL encoding and parsing, HTML escaping, ASCII, Unicode, and binary, octal, decimal, and hexadecimal conversion for API debugging and data handling.
URL Encode/Decode
URL Encode/Decode converts URL components and values locally with percent encoding using encodeURIComponent/decodeURIComponent semantics for spaces, reserved characters, UTF-8 text, emoji, query values, and path segment data.
LocalURL Parser
URL Parser parses a single URL or relative path locally into protocol, credentials, host, port, path, hash, and query parameter rows, lets you edit them, and previews the rebuilt URL.
LocalBase64 Encode/Decode
Base64 Encode/Decode handles UTF-8 text, Base64URL and MIME-wrapped output, plus image workflows for Data URLs, raw Base64, local preview, and image download.
LocalJSON Escape/Unescape
JSON Escape/Unescape converts raw text to JSON-safe string content and decodes escaped JSON string content back to readable text locally.
LocalHTML Escape/Unescape
Escape HTML special characters to entities, or unescape named, decimal, and hex character references locally for tag display and code examples.
LocalUnicode Converter
Convert text and emoji to Unicode code points, decode U+, 0x, simple \u, or decimal tokens, and inspect UTF-8 bytes, UTF-16 units, and surrogate pairs locally.
LocalUnicode Normalizer
Unicode Normalizer converts text between NFC, NFD, NFKC, and NFKD forms and removes combining marks locally.
LocalASCII Converter
ASCII Converter turns text into decimal ASCII code tokens, decodes decimal, 0x, 0b, and 0o tokens, and shows decimal, hex, binary, octal, and control-character details locally.
LocalBase Converter
Base converter for non-negative binary, octal, decimal, and hexadecimal integers with BigInt precision, matching-field 0b/0o/0x input tolerance, linked updates, and plain-value copy.
LocalTool Categories