URL Encoder / Decoder
Encode special characters for query strings or decode percent-encoded text back into readable form.
URL Encoder / Decoder FAQ
What does URL encoding do?
URL encoding replaces reserved or unsafe characters with percent-encoded values so they can be transmitted safely in URLs.
When should I decode a URL?
Decode a URL when you want to read or inspect percent-encoded text in a human-readable format.
Is this tool free?
Yes. The URL encoder and decoder is free to use online with no signup.