String---->二进制
byte []bs=str.getByte("UTF-8");
二进制----->Stirng
String str=new String(bs,"");
解码,
原文:http://11588233.blog.51cto.com/11578233/1793505