URL Encoder/Decoder
Encode special characters for URLs or decode percent-encoded URL strings.
Loading URL Encoder/Decoder...
How to use
Paste a URL or query parameter and select whether to encode or decode it.
Example
Input
hello world (Encode)
Output
hello%20world
Limitations
Only applies standard JavaScript encodeURIComponent / decodeURIComponent.
Frequently Asked Questions
When should I use this?
When you need to safely pass text containing spaces, slashes, or special characters in a web URL.