seo page
URL Decoder – Decode percent-encoded URLs
Decode URL encoded strings instantly. Convert percent-encoded text back into readable URLs.
developer toolURL Decoder – Decode percent-encoded URLs
79 characters
decode
Decode percent-encoded URLs and query strings back into readable text.
Example transformation
URL decodeinput
https%3A%2F%2Fconvertcenter.org%2Fsearch%3Fq%3Dkg%2520to%2520lbs%26source%3Dapp
output
https://convertcenter.org/search?q=kg%20to%20lbs&source=app
headlinesentenceidentifier
Why use it
shared toolDecodes percent-encoded URLs back into readable text for debugging, APIs, and query-string checks.