🔗
URL Encode/Decode
URL encode/decode plus a full URL parser. Fix Chinese links and garbled params in one click.
🔒 Local · no uploadsFree & unlimitedChinese supportParam parsingFault-tolerant decode
🔍 URL Parser
Which encoding should I use?
- Strict (encodeURIComponent): encodes every special character including
/ ? & = :— best for parameter values. - Lenient (encodeURI): keeps URL structure characters and only encodes Chinese, spaces, etc. — best for whole URLs.
- On decode, tick "Treat + as space" to correctly handle form-encoded (application/x-www-form-urlencoded) parameters.
Privacy
Encoding, decoding and parsing all run entirely in your browser. Nothing is uploaded to any server.