cyberchef_url_decode
Decode percent-encoded URL query strings and path segments into standard UTF-8 characters, restoring spaces and special characters for accurate interpretation.
Instructions
Decodes percent-encoded URL query strings and path segments into standard UTF-8 characters, restoring special characters and spaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The percent-encoded URL string or parameter to decode (e.g., '%41%64%6d%69%6e' or 'hello+world%21'). |