AlwizTool Logo AlwizTool Logo

Percent (URI) Encoding

Encode or decode URL components with configurable encoding modes.

Input

Output

About Percent Encoding

Percent encoding replaces unsafe ASCII characters with a % followed by two hex digits. encodeURIComponent is the most common and encodes everything except letters, digits, and -_.!~*'(). encodeURI leaves characters that are valid in a full URI intact.

Other Tools