Decode percent-encoded (%20, %2F) URL parameters back to human-readable plain text strings.
Paste your encoded URL or query string into the input box.
Click Process to decode percent-encoded characters.
Copy the decoded plain text output.
Percent-encoded sequences like %20 (space), %26 (&), %3F (?), and %3D (=) are decoded back to original characters.