URL Decode

← All Tools

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

Chain this tool with others in the Pipeline Builder →

Create multi-step text transformations