About this tool
Paste an encoded URL or parameter to get readable text back. The tool detects double encoding: `%2520` is `%20` encoded a second time, which means the data passed through two encoding steps — common in redirect chains and third-party tracking links. An incomplete escape, such as a trailing lone `%`, produces an explicit error rather than being skipped, because it usually means the string was truncated.