URL Encoder / Decoder — Free Online
Encode special characters for use in URLs, or decode percent-encoded strings back to readable text.
Input
Result
✅ Copied to clipboard!
Frequently Asked Questions
Q. What is URL encoding?
URL encoding (percent-encoding) converts special characters into a format that can be transmitted over the Internet safely.
Q. When do I need URL encoding?
When you include special characters like spaces, Korean, or symbols in URLs or query parameters.
Q. What is the difference between encodeURI and encodeURIComponent?
encodeURI encodes a full URL while encodeURIComponent encodes a single URL component like a query value.