URL Decoder

Decode URL-encoded strings to readable format

Encoded URL Input

Decoded Output

How to Use

  1. Paste your URL-encoded string in the input field
  2. Click "Decode URL" to decode it
  3. The decoded text will appear in the output field
  4. Copy the decoded result

Examples:

Input: Hello%20World%21

Output: Hello World!

Input: name%3DJohn%26age%3D30

Output: name=John&age=30