URL Decode

Convert URL-encoded (percent-encoded) strings back to readable text. Handles all standard URL encoding formats.

Advertisement

Examples

URL decode

Input:

hello+world%21

Output:

hello world!

How to Use URL Decode

  1. 1Paste encoded URL
  2. 2Click Decode URL
  3. 3View decoded text

Frequently Asked Questions

Does it handle plus signs?

Yes, plus signs are converted to spaces as per URL encoding standards.