byte是8bit, char是16bit
byte[], char[]是数组
String是类byte[] to String需要知道byte[]使用的编码,
char[]可直接new String(char[])