developer
Free
No signup
URL Encoder / Decoder
Percent-encode or decode URLs and query parameters — full and component modes.
Loading tool…
About this tool
Encode strings for safe use in URLs (percent-encoding) or decode URL-encoded strings back to plain text. Two modes: full URL and component (encodeURIComponent).
How to use
- 1 Paste your URL or query parameter value into the input.
- 2 Choose mode: Full URL (encodeURI) preserves URL structure; Component (encodeURIComponent) encodes everything including & and =.
- 3 The encoded or decoded result appears instantly.
- 4 Click Copy to use the result.
Frequently Asked Questions
Related tools