Encode a redirect URL
https://example.com/landing page?utm_source=newsletter
https%3A%2F%2Fexample.com%2Flanding%20page%3Futm_source%3Dnewsletter
Encode URL components, decode percent-encoded text, and parse query parameters.
Encode reserved characters, decode percent-encoded text, or inspect query parameters in campaign and redirect URLs without requesting the destination page.
Runs locally in your browser. Your input is not uploaded.Encoded, decoded, or parsed output will appear here.
Copy patterns and edge cases worth checking.
https://example.com/landing page?utm_source=newsletter
https%3A%2F%2Fexample.com%2Flanding%20page%3Futm_source%3Dnewsletter
https://example.com/?utm_source=google&utm_medium=cpc&utm_campaign=spring
utm_source = google utm_medium = cpc utm_campaign = spring
Short answers before you paste real data.
Percent encoding represents reserved URL characters with a percent sign and hexadecimal code so they can travel safely in URLs.
No. If the input contains broken percent sequences, the tool shows a clear error instead of guessing.
No. Parsing is local string processing and does not request the page.
Step-by-step notes for getting a reliable result from this tool.
Use source, medium, campaign, term, and content without breaking destination URLs or existing query parameters.
1 min readTurn a long URL query string into decoded names and values you can inspect.
2 min readMake a scannable QR code for a landing page, campaign URL, menu, form, or event link.
Useful next steps that also run locally in your browser.