transform.ignlab.net
{{ output }}{{ outputError ? '' : 'Transformed output appears here…' }}
Paste a percent-encoded URL or query parameter value and get the original readable text back instantly — useful for reading tracking links, webhook payloads, or debugging a request. + characters are treated as spaces, matching form-encoded values.
Yes, since + commonly represents a space in form-encoded (application/x-www-form-urlencoded) values, it’s decoded to a space alongside standard %XX sequences.
An error is shown if the sequence can’t be decoded, rather than silently dropping characters.
Use the URL encoder page, or hit Swap to flip this decoder into an encoder with the current output as input.
Need a different conversion? Browse all conversions, sanitize secrets with AI Safeguard, or read the guides.