String---->二进制

               byte []bs=str.getByte("UTF-8");

二进制----->Stirng

               String str=new String(bs,"");