URL Encoder & Decoder
Encode and decode URLs instantly in your browser
Input
Enter a URL to encode, or an encoded URL to decode
Output
Encoded or decoded result
About URL Encoding
URL encoding converts characters into a format that can be safely transmitted in a URL. Uses native encodeURIComponent() / decodeURIComponent() — no data leaves your browser.