🔗 URL Encoder/Decoder
Encode special characters or decode percent-encoded URLs
Input
Result
Result will appear here...
About URL Encoding
encodeURI() - Encodes a full URL, preserving :, /, ?, #, etc.
encodeURIComponent() - Encodes everything except A-Z, a-z, 0-9, - _ . ~ (use for query parameters)
decodeURI() - Decodes a percent-encoded URL back to readable text.