What this tool does
Encodes plain URLs into percent-encoded values and decodes encoded URL strings back into readable text.
Why it is useful
It is handy when you need to inspect query strings, callback URLs, or copied encoded values while debugging integrations and web requests.
Examples
Encode a redirect URL before adding it to a query stringDecode an OAuth callback parameter from logsCheck whether a copied URL value is double-encoded
Encode URL
⬇
Decode URL
⬇