Bulk URL Encoder & Decoder - Fix Mojibake with Charset Detect

Encode or decode URLs in bulk, line by line. Detect UTF-8 vs GBK to fix mojibake, preview diffs, and copy curl snippets fast and securely in-browserโ€”offline.

Each line is treated as an independent taskโ€”handle hundreds of URLs at once.

Detected charset: UTF-8

Original

https://example.com/?q=ไฝ ๅฅฝ&from=utm_campaign

Processed

https%3A%2F%2Fexample.com%2F%3Fq%3D%E4%BD%A0%E5%A5%BD%26from%3Dutm_campaign

Offline processing onlyโ€”no parameters are uploaded.

How to Use

  1. Paste one or multiple URLs (one per line).
  2. Choose Encode or Decode.
  3. Copy results per line, or copy CLI snippets.
  4. 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

URL Decoder Online | Free Secure Decode Tool

Decode URL-encoded strings into readable text instantly. Free, client-side, and safe for sensitive query parameters because nothing is uploaded.

URL Parser & Query Decoder

Parse URLs locally, break down protocol, host, path, and query parameters, and copy extracted query values as JSON.

UTM Builder & Campaign URL Generator - GA4 Ready & Private

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 & Type Generator - Local Type Gen

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 & Evaluator | Local Real-Time Queries

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.

JSON to CSV Converter - Local Spreadsheet Export

Convert JSON objects or arrays to CSV locally in your browser. Flatten fields, preview the result, then copy or download CSV without uploading data.

CSV to JSON Converter - Local Real-Time Parser

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.

JSON Diff Checker - Local Semantic Compare

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 uses decodeURIComponent.
  • Charset recovery can use TextDecoder when raw bytes are available.
  • Lines are split by \n so 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.