Free Online Data Converters
Developers constantly move data between representations: an API wants Base64, a URL needs percent-encoding, a log file shows a Unix timestamp, a debugger prints raw hex. These converters handle the round trips instantly — encode or decode Base64 (including the URL-safe variant used in JWTs), translate between binary and hexadecimal, turn JSON objects into query strings and back, and convert epoch timestamps into readable dates.
All conversions happen locally in your browser with standard JavaScript APIs, so tokens, credentials, and production data stay on your machine. No uploads, no rate limits, no sign-up — just paste, convert, and copy the result.
All Converters Tools (12)
Epoch Timestamp Converter
Convert Unix epoch timestamps to human dates and back — seconds or milliseconds, UTC and local time, with a live clock. Free and 100% client-side.
Launch ToolCron Expression Parser
Parse any cron expression into plain English and preview its next five run times instantly — debug crontab schedules with confidence. Free, client-side.
Launch ToolBase64 Encoder/Decoder
Encode text to Base64 or decode Base64 strings back to plain text instantly. Free, client-side converter that handles JWT payloads and data URIs.
Launch ToolURL Encoder
URL encode any string — converts spaces, special characters, and Unicode into percent-encoded URI format instantly. Free, client-side URL encoder.
Launch ToolURL Decoder
Decode percent-encoded URLs back to plain text — converts %20, %26, %3D and all URI escape sequences instantly. Free, client-side URL decoder.
Launch ToolBase64 URL Safe Encoder
Encode text to URL-safe Base64 — replaces + with - and / with _ so output is safe in URLs and JWT tokens. Free, instant, client-side encoder.
Launch ToolBinary to Hex
Convert a binary stream to hexadecimal instantly — every 4 bits become one hex digit, whitespace ignored. Free, client-side binary to hex converter.
Launch ToolHex to Binary
Convert hexadecimal to a binary stream instantly — every hex digit expands to 4 binary bits, clearly grouped. Free, client-side hex to binary tool.
Launch ToolJSON to URL Params
Convert a flat JSON object into a URL query string instantly — build parameter strings for GET requests and APIs. Free, instant, and client-side.
Launch ToolURL Params to JSON
Parse a URL query string into a formatted JSON object instantly — inspect GET parameters and form data at a glance. Free, instant, client-side.
Launch ToolUnix Time to Date
Convert a Unix timestamp to a human-readable ISO date instantly — handles both seconds and milliseconds. Free, client-side epoch time converter.
Launch ToolText to SQL IN
Format a list of values into a quoted SQL IN() clause instantly — with single quotes escaped safely. Free, client-side SQL IN list generator.
Launch Tool