URL Decoder
Decode URL-encoded strings to readable format
Encoded URL Input
Decoded Output
How to Use
- Paste your URL-encoded string in the input field
- Click "Decode URL" to decode it
- The decoded text will appear in the output field
- Copy the decoded result
Examples:
Input: Hello%20World%21
Output: Hello World!
Input: name%3DJohn%26age%3D30
Output: name=John&age=30