Text Master

by Thankless Technologies

URL Decode

Decode percent-encoded URL components back to readable text. Use to inspect query strings and URL parameters.

Example

hello%20world → hello world

a%3D1%26b%3D2 → a=1&b=2

price%3A%20%245 → price: $5