Online toolbox

UrlEncode encoding/decoding

What is UrlEncode encoding?

urlencode is a function that encodes a string as a URL for encoding processing. URL encoding, also known as percent-encoding, is an encoding mechanism for uniform resource locators (URLs) for a specific context. It applies to the encoding of uniform resource identifiers (URIs) and is also used to prepare data for application/x-www-form-urlencoded MIME because it is used to submit HTML form data via HTTP request operations.