URL encoder & decoder
a tool for percent encoding conversion used in URLs

Encode Unicode to ASCII/percent-encoding and vice-versa

Text:

example: 點看

Percent encoding:

example: %E9%BB%9E%E7%9C%8B


How to use the tool?

  • Place multiple items on multiple lines
  • If you enter whole URL (must properly begin with protocol name e.g. http://), the domain name will be Punycode encoded / decoded, the path will be URL encoded /decoded
  • The tool uses the RFC3986 standard

What is Percent encoding?

URL encoding, officially known as Percent encoding is a method to encode special characters into URL