Home > ASCII URLENCODING

ASCII URLENCODING


Encode and decode URLs, plus a complete reference table of URL-encoded characters

What is URL Encoding? URL encoding (also known as percent-encoding) converts characters into a format that can be transmitted over the Internet. Special characters are replaced with a "%" followed by two hexadecimal digits representing the character's ASCII code.

URL Encode

URL Decode

URL Encoding Reference Table

Character Description URL Encoded Hex Code