byte[] bs = "啊".getBytes("GB2312"); for (byte b : bs) { System.out.println(Integer.toString(b*-1, 16)); }
62,621
社区成员
307,251
社区内容
加载中
试试用AI创作助手写篇文章吧