URL Encode / Decode
Encode special characters for safe use in URLs, or decode percent-encoded strings back to readable text. Choose between encodeURIComponent (for query parameters) and encodeURI (for full URLs). Essential for building API requests, form submissions, and query strings.
Input
Output