URL Decoder

Decode percent-encoded URLs back into readable text.

Paste a percent-encoded string (full of %20 and %3D) to turn it back into plain, readable text. Plus signs are treated as spaces, matching how query strings work.

Frequently asked questions

Does it convert + to a space?

Yes. In query strings a plus sign means a space, so we decode it that way.