Feature Description
URL Decode
Decode percent-encoded URL text back into readable content for inspection and debugging.
Decode a percent-encoded URL or parameter fragment into readable text for inspection and troubleshooting.
Useful for callback URLs, API parameters, logs, and browser address strings that contain encoded values.
Useful for full URLs, query parameters, callback links, and encoded text found in logs. Copy the result directly after conversion.
Common use cases
- Use this page when a string full of percent-encoded characters needs to be turned back into readable text.
- It is useful for request logs, callback URLs, redirect chains, and query-parameter troubleshooting.
- If you want to inspect what a URL is really carrying instead of reading raw encoding, decoding first is often the fastest step.