URL Decoder

Decode URL-encoded text

Encoding / Decoding
Instant results

About URL Decoding

URL decoding converts percent-encoded characters back to their original form. This is useful when you need to read or modify URL parameters that contain encoded characters.

Example:

Input: Hello%20World%21
Output: Hello World!