一个实例: // 该java类默认为gb2312编码String str="你好abc";System.out.println("原串:"+str);byte[] bytes1=str.getBytes();//byte为8bit,-128到127System.out.p……