1.常见字符编码 ASCII编码: ASCII,American Standard Code for Information Interchange,是基于拉丁字母的一套电脑编码系统,主要用于显示现代英语和其他西欧语言.它是现今最通用的单字节编码系统. ASCII码使用指定的7位或者8为二进制数字组合表示128或者256种可能的字符.标准的ASCII编码使用的是7(2^7 = 128)位二进制数来表示所有的大小写字母.数字和标点符号已经一些特殊的控制字符,最前面的一位统一规定为0.其中0-3
在java API中String有一个方法 public byte[] getBytes() Encodes this String into a sequence of bytes using the platform's default charset, storing the result into a new byte array. The behavior of this method when this string cannot be encoded in the default