16进制转ASCII字符串
byte[] bytes = new byte[] { 0x43, 0x68, 0x65, 0x6e, 0, 0, 0, 0, 0, 0 }; // Chen
String str = EncodingUtils.getAsciiString(bytes);
byte[] bytes = new byte[] { 0x43, 0x68, 0x65, 0x6e, 0, 0, 0, 0, 0, 0 }; // Chen
String str = EncodingUtils.getAsciiString(bytes);