URL Encode

String after encode

About URL encoding

URL encoding method

In the text area, paste or enter the character string you want to convert within 3000 characters.

By clicking the "Encode" button as it is, it will be URL-encoded with UTF-8 character code.

By changing the character code, you can also convert with "Shift-JIS" or "EUC-JP".

If you want to reverse the URL-encoded string back to the original string, you can convert it to a readable string by doing URL Decode .

What is URL encoding

URL encoding is encoding that is performed when using characters that cannot be used in URL/URI.

Converts characters that cannot be used using conversion rules that represent special combinations of characters that can be used.

There are two types of URL encoding: percent encoding specified in RFC3986 and "application/x-www-form-urlencoded" encoding.

Here, it is converted with percent encoding, which is expressed as a 3-digit value with a hexadecimal value after %.

For percent encoding, "half-width space" is converted to "%20".