2015/11/12

Java Encode string to UTF8

  System.out.println(new String("区".getBytes(), "UTF8"));