URL Decode

Decode percent-encoded URL text back to plain text.

Encoded URL
Plain Text
output appears here

Related Tools

Frequently Asked Questions

What if the input isn't valid percent-encoding?

The tool reports "Invalid percent-encoding sequence" rather than silently producing garbled output.

Does this decode a full URL, or just a component?

It decodes any percent-encoded text — a full URL, a single query parameter value, or a path segment all work the same way.

Is my data uploaded anywhere?

No — decoding runs entirely in your browser.