URL Encoder/Decoder
Encode or decode URL components and query strings instantly.
FAQ
What is URL encoding?
URL encoding (percent-encoding) converts characters not allowed in URLs into a % followed by two hexadecimal digits.
When should I URL encode?
When passing special characters in query string parameters, such as spaces, &, =, #, or non-ASCII characters.