Toolbox

URL Hex Encoder / Decoder

URL编码16进制百分号编码转码

Fully percent-encode URLs or text as UTF-8 %XX sequences and restore them, useful for path obfuscation and special character transport, fully local.

输入
结果
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

How is this different from normal URL encoding?

Normal URL encoding keeps alphanumerics and some symbols; this tool escapes every character as %XX for thorough encoding.

What if decoding fails?

Check for incomplete % sequences; the tool tolerates mixed already-decoded text and leaves unparsable parts intact.

Will my data be uploaded?

No, all conversions run locally in your browser.