Base64 Encode/Decode (NO UPLOAD)
Encode or decode Base64 locally in your browser. Supports pasted input, copy, and download—files are never uploaded.
All tools run 100% in your browser. Files never leave your browser.
Encode or decode Base64 locally in your browser. Supports pasted input, copy, and download—files are never uploaded.
Convert CSV to pretty-printed JSON locally in your browser. Auto-detect delimiter, handle headers, and export JSON—files are never uploaded.
Validate CSV structure locally: detect delimiter, catch unterminated quotes, and find rows with the wrong number of columns. No uploads.
Convert .env / dotenv to JSON (and JSON to .env) locally in your browser. Supports comments and export lines. Files are never uploaded.
Convert INI to JSON (and JSON to INI) locally in your browser. Supports sections. Files are never uploaded.
Format (pretty print) or minify JSON locally in your browser. Clear errors, copy, and download—files are never uploaded.
Repair non-strict JSON by removing comments and trailing commas locally in your browser. Convert JSON5-like input to strict JSON—files are never uploaded.
Escape arbitrary text into a valid JSON string literal (or unescape back). Everything runs locally in your browser—no uploads.
Convert a JSON array of objects to CSV locally in your browser. Simple 1-level flattening and instant CSV download—files are never uploaded.
Convert JSON to XML locally in your browser (no upload). Pretty output, safe escaping, and a configurable root tag. Files are never uploaded.
Validate JSON syntax instantly in your browser. All processing happens locally—files are never uploaded.
Decode JWT header and payload locally in your browser (no uploads). Pretty JSON output, copy, and download. No network, no tracking.
Convert NDJSON/JSONL (JSON Lines) to a JSON array, or convert a JSON array back to NDJSON. Everything runs locally in your browser—no uploads.
Convert Java .properties to JSON (and JSON to .properties) locally in your browser. Supports escapes and multiline values. Files are never uploaded.
Convert URL query strings (a=1&b=2) to JSON (and JSON to query string) locally in your browser. Supports duplicate keys, type inference, and sorting. Files are never uploaded.
Convert plain text lines into a JSON array locally in your browser. Trim lines, ignore empty rows, and download JSON—files are never uploaded.
Convert TOML to JSON (and JSON to TOML) locally in your browser. Files are never uploaded.
Encode or decode URL-encoded text locally in your browser (no uploads). Handles percent-encoding, copy, and download.
Convert XML to pretty-printed JSON locally in your browser using DOMParser. Clear errors, copy, and download JSON—files are never uploaded.
Convert YAML to JSON (and JSON to YAML) locally in your browser. Supports multi-document YAML (---). Files are never uploaded.
Validate YAML syntax locally in your browser (NO UPLOAD). Shows clear line/column errors and supports multi-document YAML (---).