1. 测试代码
package demo.java.security;
import cn.hutool.core.util.HexUtil;
import cn.hutool.core.util.ReflectUtil;
import java.math.BigInteger;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
public class UTF8Test {
public static void main(String[] args) throws Exception {
// String str = "ABC"; // US_ASCII // 0000—007F 基本拉丁字母
// String str = "©"; // ISO_8859_1, Latin1 // 0080—00FF 拉丁文补充1
String str = "中"; // 中文 - 基本平面 (中)
// String str = "\uD869\uDEA5"; // 中文 - 辅助平面 (