以下是一个简单的Python程序,用于输出中文姓名和每个字的Unicode编码:
name = "你的中文姓名"for char in name: print(char, hex(ord(char)))
解释一下代码:
第一行定义了一个字符串变量name,其中包含了你的中文姓名。
第二行使用了一个for循环来遍历name中的每个字符,并将其打印到屏幕上。
在循环体内部,我们使用了hex()函数将每个字符的Unicode编码转换成十六进制,并将其打印到屏幕上。
请将代码中的“你的中文姓名”替换为你自己的中文姓名。
上代码:
import java.util.Scannerpublic class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in)
System.out.println("请输入汉字:")
String input = sc.nextLine()
if (input.length() == 0) {
System.out.println("输入错误")
return
}
System.out.println("汉字转unicode结果:")
char[] chars = input.toCharArray()
for (int i = 0 i < chars.length i++) {
String unicode = Integer.toHexString(chars[i])
if (unicode.length() <= 2) {
// 不足四位前面加0补齐
unicode = "00" + unicode
}
unicode = "\\u" + unicode
System.out.println(chars[i] + ": " + unicode)
}
}
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)