How to Use
- Paste one or multiple URLs (one per line).
- Choose Encode or Decode.
- Copy results per line, or copy CLI snippets.
- If output looks broken, use smart detection and try another charset.
Core Features
- Bulk Processing: Paste multiple URLs and process line-by-line.
- Encode / Decode: Switch modes instantly.
- UTF-8 vs GBK Detect: Decode Chinese URLs correctly and fix broken text.
- Diff Preview: Verify before/after output.
- CLI Snippets: Copy curl-ready fragments per line.
- Privacy: Offline, client-side processingโno parameter uploads.
Related Tools
Decode URL-encoded strings into readable text instantly. Free, client-side, and safe for sensitive query parameters because nothing is uploaded.
Parse URLs locally, break down protocol, host, path, and query parameters, and copy extracted query values as JSON.
Create GA4-ready tracking links with this free UTM builder. Add source, medium, campaign, term, content, and utm_id with auto-lowercase and private local processing.
Secure JSON formatter: format, validate, and fix JSON locally. Beautify/minify, highlight errors, generate TypeScript or Zod, convert to XMLโprivate. Try now.
Free JSONPath tester and evaluator for API JSON. Extract matching nodes in real time, inspect paths, and copy JSON results while parsing stays local in your browser.
Convert JSON objects or arrays to CSV locally in your browser. Flatten fields, preview the result, then copy or download CSV without uploading data.
Convert CSV text or files to JSON arrays locally in your browser. Supports headers, comma/semicolon/tab delimiters, drag-and-drop files, copy, and download with no uploads.
Compare two JSON documents locally in your browser. Sort object keys for a semantic diff, ignore key-order noise, and mark added, removed, and modified fields without uploads.
Calculation Logic
- Encoding uses
encodeURIComponent; decoding usesdecodeURIComponent. - Charset recovery can use
TextDecoderwhen raw bytes are available. - Lines are split by
\nso each URL is handled as an independent task.
FAQ
- Is it free?
- Yes.
- Is it safe to paste URLs with tokens?
- This tool runs locally in your browser and does not upload parameters.
- How do I decode GBK-encoded URLs online?
- Use smart detection to identify GBK vs UTF-8 and decode correctly.
- How do I URL-encode multiple lines at once?
- Paste your list and weโll encode/decode each line instantly.