URL encoding or percent encoding
This encoding is widely used for encoding parameters in URLs/URIs.
Special characters are converted to a percent sign (%) + a hexadecimal number.
This encoding is also known as escape/unescape, or just string encoding.
See also the UTF-8 charset page.