Related Tools
The online text encryption and decryption tool supports the encoding and decoding of text to base64, hex, urlencode, html entities, and MD5.
-
Mode : Select the target format to encode and decode the string.
- Base64 : Encode the string as Base64, or decode Base64 as a string.
- Hex : Encode a string as a Hex string, or decode a Hex string as a string.
- UrlEncode : Encode the string in UrlEncode format to meet the URL address format requirements. Or decode the UrlEncode string into a string.
- Html Entity Escape : Converts the HTML special characters in the input string to the corresponding HTML entity. Or convert HTML entities into corresponding characters.
- MD5 : Calculate the MD5 hash value of the input string, and the result is expressed as a hexadecimal string.
- Escape : Escape ',",\ in the input string to \',\",\\. Or remove the backslash of the escape character above.
- Charset : Select the character set used for string - byte array conversion.
- Download : Download the input content as a text file, and the file encoding is UTF-8.