URL Encode
Percent-encode a URL or parameter fragment for safer links and request debugging.
Percent-encode a URL, parameter value, or URL fragment for safer request building and sharing.
Useful for query strings, callback URLs, non-ASCII links, API debugging, and frontend redirects.
Useful for full URLs, query parameters, callback links, and encoded text found in logs. Copy the result directly after conversion.
Was this tool helpful?
Your feedback helps us decide which tools to improve first.
If you can, tell us the main reason:
Common use cases
- Use this page when redirect URIs, search keywords, or query parameters contain spaces, Chinese text, or special characters that must be encoded safely.
- It works well for OAuth callbacks, tracking links, landing-page parameters, and API query-string debugging.
- If you need a safe link quickly on mobile or in a browser and do not want to hand-escape characters, this page is the simpler option.