You can do something like this: new String("your utf8 string".getBytes(Charset.forName("utf-8")));. in this format 4 bytes of UTF8 converts ...
確定! 回上一頁