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
The 2026 FIRE Calculator (Inflation Adjusted). Simulate real purchasing power, analyze retirement savings gaps, and generate a visual wealth roadmap. One-click CSV export for your Excel or Notion finance dashboard. 100% Private, client-side calculation.
Calculate trade position size from account balance, risk %, entry, and stop loss. Runs locally in your browser with no uploads, so you can compare risk scenarios before you trade.
Calculate compound interest from principal, recurring contributions, APY, and time. Visualize principal, interest, and final balance with a local interactive chart.
Use this Loan Calculator / Mortgage Calculator to estimate monthly payment, total interest, and an amortization schedule locally. Enter amount, rate, and term to calculate now with instant charts.
Use this Investment Calculator / ROI Calculator to estimate starting capital, monthly contributions, annual return, and inflation-adjusted results locally. Calculate projected returns with an instant compound interest chart, ROI, and yearly schedule.
Use this APR to APY Calculator to convert between APR and APY locally. Enter a rate, choose compounding frequency, and see the effective interest rate, spread, and frequency comparison instantly.
Use this Profit Margin Calculator to calculate gross profit, Markup, Margin, and selling price locally. Enter cost and price, or cost and target margin, then calculate your margins instantly.
Use this CPM Calculator and CPC Calculator to estimate ad spend, impressions, clicks, CPM, CPC, and CTR locally. Enter budget and target costs to plan campaign scenarios instantly.
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.