Convert URL-encoded text back to its original readable format
URL Decoding converts percent-encoded characters (%20, %21, etc.) and plus signs (+) back to their original form, making encoded URLs and query parameters readable again.
Input Text
URL Encoded Text
💡 Tip: Handles both %20 encoding and + for spaces0 characters