AlfennAI

URL Decoder

Decode percent-encoded URLs and query strings back to plain text.

Loading tool...

How it works

The URL Decoder converts percent-encoded (URL-encoded) text back into its original, readable form using decodeURIComponent.

Frequently asked questions

What happens with malformed input?

You'll see a clear error instead of a crash if the percent-encoding is malformed.

Related tools