Encoding
Numbers
Data
Output will appear here
All conversions happen locally in your browser β your data is never sent to any server.
Base64 for Data URIs
Encode small images or fonts as Base64 to embed them directly in CSS or HTML β eliminating extra HTTP requests.
Quick Color Lookups
Paste a HEX code from a design file and instantly get the RGB and HSL equivalents β great for Tailwind configs or CSS variables.
Debug JWT Tokens
Paste a JWT from your API response to inspect the header, payload claims, and expiration time without installing extra tools.
Base64 encodes binary or text data into a safe ASCII string. It is commonly used to embed images in HTML/CSS data URIs, transmit binary payloads in JSON APIs, or encode credentials for HTTP Basic authentication headers.
URL encoding (also called percent-encoding) replaces unsafe characters in a URL with a % followed by two hex digits. For example, a space becomes %20. This ensures special characters don't break query strings or path segments.
The number base converter supports decimal (base 10), hexadecimal (base 16), octal (base 8) and binary (base 2). Enter a number in any of these bases and see the equivalent value in all four systems simultaneously.
A JSON Web Token (JWT) is a compact, URL-safe token used for authentication and data exchange. Decoding it lets you inspect the algorithm in the header, read claims like user ID and expiration in the payload, and verify the token structure β all without needing a secret key.
The converter handles nested objects, arrays, strings, numbers, booleans and null values. For very large or deeply nested files with advanced YAML features like anchors and custom tags, a dedicated library-based converter may be more suitable.
No. Every conversion runs entirely in your browser using JavaScript. Nothing is uploaded, stored or logged on any server. Your sensitive data β API keys, tokens, encoded payloads β never leaves your device.
Converter Utilities is a free, multi-purpose data conversion toolkit built for developers, designers and power users. Encode and decode Base64, percent-encode URLs, convert between number bases (decimal, hex, octal, binary), translate HEX color codes to RGB and HSL, transform JSON to YAML and back, or decode JWT tokens β all from one convenient page.
Every conversion is performed client-side in your browser, so your data never touches a remote server. No sign-up, no rate limits, and it works offline once loaded. Whether you're debugging an API response, preparing data for a config file, or simply need a quick format conversion, this tool has you covered.
Help us improve by sharing your thoughts and suggestions.