URL Encoder/Decoder
Encode and decode URL components.
Loading tool…
How it works
- Paste a string.
- Choose Encode or Decode.
- Copy the result.
Features
- encodeURIComponent / decodeURIComponent
- Clear error messages
- Copy output
- Browser-only
FAQ
Is this the same as encodeURI?
This tool uses encodeURIComponent, which encodes more characters for query values.
Is input uploaded?
No. Everything runs locally.