Chinese characters to hex: private string getHex (String Word) {INT i = word.length; string temp; string end = "; byte [] array = new byte [2]; int I1, I2; for INT j = 0; j
Hexadecimal to the Chinese character string
Private string getGB (string hexstr) {byte [] oribyte = new byte [hexstr.length / 2]; for (int i = 0; i
}