Usage examples
Encode a query value before pasting it into a link, decode a tracking URL to inspect its parameters, or convert Korean and other non-ASCII text into percent encoding.
URL tool
Encode text into URL-safe percent encoding, or decode percent-encoded values back to readable text. Choose component-value or full-URL mode. Processing stays in your browser.
Input
Output
Encode a query value before pasting it into a link, decode a tracking URL to inspect its parameters, or convert Korean and other non-ASCII text into percent encoding.
Malformed input leaves the output blank and names the exact broken percent sequence, such as %E0, including where it appears.
Component mode processes one value at a time. Full-URL mode preserves URL structure characters and never decodes them. Each run performs exactly one encode or decode pass — never two.
Encoding and decoding happen in the browser. Text and URLs are not sent to a server by this page.