About this tool
Encode or decode URLs and query strings with the right helper — encodeURI for whole URLs, encodeURIComponent for individual params. Both sides update live.
How it works
- Paste a URL or query fragment.
- Toggle between encodeURI and encodeURIComponent.
- See encoded and decoded output side by side.
When to use it
- Debugging why a URL parameter reaches the server malformed.
- Building tracking links safely.
- Round-tripping JWTs or Base64 values embedded in query strings.