Tools

URL Encoder/Decoder

Encode and decode URLs with query string parser

Encodes all special characters including : / ? # & = @ + $ , ;

Input
0 chars0 bytes
Encoded output will appear here...
0 chars
Bulk Encode (one per line)
Results will appear here...

encodeURIComponent

Encodes all characters except A-Z a-z 0-9 - _ . ! ~ * ' ( ). Use for query parameter values.

encodeURI

Preserves URL structure characters (: / ? # [ ] @). Use for encoding full URLs with special chars.

Percent Encoding (RFC 3986)

Characters are replaced with %XX where XX is the hex value. UTF-8 characters produce multiple %XX sequences.

More tools like URL Encoder/Decoder

View all