Enter the text that you wish to encode or decode:
Use the online tool from above to both encode or decode a string of text. For international interoperability, URIs ought to be encoded uniformly. To map the extensive variety of characters used worldwide into the 60 or so allowed characters in a URI, a -step process is used:
Convert the person string into a series of bytes the usage of the UTF-8 encoding
Convert every byte that isn't an ASCII letter or digit to %HH, where HH is the hexadecimal price of the byte
as an instance, the string: François ,would be encoded as: Franp.cC3percentA7ois
This net web page encodes or decodes a string the usage of URL Encoding. URL Encoding is used while putting textual content in a question string to avoid it being pressured with the URL itself. it's far normally used whilst the browser sends shape data to an internet server. URL encoding, also referred to as percent-encoding, is a mechanism for encoding information in a Uniform resource Identifier (URI) below sure situations. even though it is referred to as URL encoding it's far, in reality, used extra usually within the fundamental Uniform resource Identifier (URI) set, which includes both Uniform resource Locator (URL) and Uniform resource name (URN). As such it is also used within the training of information of the "application/x-www-shape-urlencoded" media kind, as is frequently used in the submission of HTML shape information in HTTP requests.