URL Encode & Decode
Encode or decode URL strings (percent-encoding) instantly. Perfect for query strings, API parameters, and debugging URLs.
Examples
Query parameter with spaces
In:hello world & goodbye
Out:hello%20world%20%26%20goodbye
Email address
In:user@example.com
Out:user%40example.com
URL with special characters
In:https://example.com/path?q=foo bar&lang=en
Out:https%3A%2F%2Fexample.com%2Fpath%3Fq%3Dfoo%20bar%26lang%3Den