URL Encoder / Decoder
Online URL encoding and decoding tool. Quickly convert special characters using encodeURI and decodeURI.
How to Use URL Encoder / Decoder
Enter text to encode or decode, then click the corresponding button for URL encoding or decoding.
FAQ
What is the difference between encoding and decoding?
URL encoding converts special characters to %XX format for use in URLs. Decoding reverses this by converting %XX back to the original characters.
Is my data uploaded?
No. All conversion happens locally in your browser.