boolean isGBK(String s) löst eine UnsupportedEncodingException aus { if(s.equals(new String(s.getBytes("gbk")))) return true; anders return false; }