Utility Hub

URL Decoder

Paste a percent-encoded URL or query string and get the decoded, human-readable version. Handles malformed sequences gracefully.

Tip: Press Ctrl+Enter to decode.

What is URL decoding?

URL decoding reverses percent-encoding, converting sequences like %20 back to a space, %3D back to =, and %26 back to &.

When do you need to decode URLs?

Malformed sequences

If the input contains an invalid percent-sequence (like %GG), this tool attempts a best-effort decode and leaves the invalid sequence as-is, rather than failing completely.