十六进制英文名称:Hex number system,是计算机中数据的一种表示方法。同我们日常中的十进制表示法不一样。它由0-9,A-F,组成。与10进制的对应关系是:0-9对应0-9;A-F对应10-15;N进制的数可以用0---(N-1)的数表示超过9的用字母A-F。
这个安全领域示例使用了十六进制编码的 MD5。
您可以看到十六进制编码,从一个引擎控制模块读取模式6数据时的一个示例。
You may have seen an example of this hexadecimal encoding when reading Mode 6 data from an engine control module.
这样,需要将该空格(一个无效的字符)转换为转义的十六进制编码,并可在以后对该编码进行解码。
Thus, the space, the invalid character, needs to be converted into an escaped hexadecimal encoding and can be decoded later.
应用推荐