Toolbox

Online URL Encoder / Decoder

URL编码URL解码百分号编码encodeURIComponent

Encode and decode URLs with standard percent-encoding. Handles Chinese, special characters and emoji for query strings and links, with local processing, no upload.

输入
结果
All processing is done locally in your browser, no upload

How to Use

  • Paste any valid JSON, supports nesting, arrays and escapes
  • Click Beautify to auto indent and format
  • Click Minify to remove whitespace into one line
  • All operations run locally for privacy

Related Tools

FAQ

What is URL encoding?

URL encoding (percent-encoding) converts non-alphanumeric characters to %XX form, e.g. space to %20, Chinese to UTF-8 bytes like %E4%BD%A0, keeping links safe in transit.

Difference between encode and decode?

Encoding turns text into safe %XX format; decoding restores the original text. Paste content and click URL Encode or URL Decode.

Will my data be uploaded?

No, all encoding and decoding runs locally in your browser.