URL Decode

Paste a percent-encoded URL string below and click Decode to convert it back to readable text. All processing happens locally in your browser.

Copied!

What is URL Decoding?

URL decoding (percent-decoding) converts percent-encoded characters back to their original form. For example, %20 becomes a space and %26 becomes &.

This tool also decodes + signs as spaces (common in form data).