Demo

URL Encoder/Decoder

Encode and decode URLs instantly. Convert special characters to URL-safe format or decode percent-encoded strings.

Input

Enter text or URL to encode

Encoded Output

URL-encoded result

About URL Encoding

URL encoding converts characters into a format that can be safely transmitted over the Internet. Special characters are replaced with percent-encoded values.

This tool uses encodeURIComponent() which encodes all characters except: A-Z a-z 0-9 - _ . ! ~ * ' ( )

Common Encodings

%20%21%23%24%26%3D%3F%40