Translating memory contents into a string via ASCII encoding
问题 I have to translate some memory contents into a string, using ASCII encoding. For example: 0x6A636162 But I am not sure how to break that up, to be translated into ASCII. I think it has something to do with how many bits are in a char/digit, but I am not sure how to go about doing so (and of course, I would like to know more of the reasoning behind it, not just "how to do it"). 回答1: ASCII uses 7 bits to encode a character (http://en.wikipedia.org/wiki/ASCII). However, it's common to encode