AlwizTool Logo AlwizTool Logo

URL Encoder / Decoder

Encode or decode URLs with different modes for different situations.

Input

Output

About URL Encoding

encodeURIComponent encodes everything except unreserved characters. encodeURI preserves characters valid in a full URL. Double encoding is useful when embedding one URL inside another. RFC 3986 strict mode encodes all reserved characters.

Other Tools