Percent encoding, URL encoding

Mechanism for encoding information in a Uniform Resource Identifier (URI). Every "unsafe" character is represented in the form %HH or with a longer escape sequence (where H is as hexadecimal digit '0' ... 'F').

Actually, every reserved or non-ASCII (including UCS-2 or UCS-4) character