Home > Back-end >  Questions about coding.
Questions about coding.

Time:10-03

Now given a hex file, take the text inside information, but the Chinese characters is 4 bytes, could you tell me how to convert

Such as: 0 x9325d4006925c800610062006300 is "test ABC"
The "measurement" are the four bytes 0 x9325d400 "try" four bytes 0 x6925c800, 0 x610062006300 is "ABC"

CodePudding user response:

Well, it seems that only read cycle 4 bytes converts it into Chinese, if you cannot convert two bytes into letters,

CodePudding user response:

What is with the code?
  • Related