encode-decode
URLEncode Encoding and Decoding
URLEncode encoding and decoding, convert the characters to be transcoded into hexadecimal, then take 4 bits from right to left (less than 4 bits are processed directly), make one bit every 2 bits, add% in front, and encode into% XY format. It is applicable to the encoding of uniform resource identifier (URI). It is also used to prepare data for "application / x-www-form-urlencoded" mime, and then submit HTML form data through HTTP request.
HTML Encode / Decode Online
HTML encoding and decoding tool, providing HTML entity online Decode and Encode functions. This tool supports encoding reserved characters in HTML into HTML character entities, and converting HTML character entities into corresponding characters.