Skip to content
/ - Public

16(十六)进制字符串、ASCII(ascii)码、hex转中文unicode(utf-8),批量互转

License

Notifications You must be signed in to change notification settings

ll-goodlucky/-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hex转中文(utf-8,unicode)

————————————————————————————————————————————

本脚本用于把16进制字符串转换成unicode编码的中文字符

脚本语言:python3

脚本文件:2023_11_07_defin.py

使用方法:1、新建hex.txt文件,将需要转码的16进制字符串复制进去,保存退出

2、输入命令
python3 2023_11_07_defin.py

————————————————————————————————————————————

提醒:本脚本支持16进制字符串格式为

0xe5 0x88 0x96

0xe5,0x88,0x96

%e5 %88 %96

%e5,%88,%96

e5 88 96

e5,88,96

e58896

本脚本支持多行输入,单行排序输入

————————————————————————————————————————————

2023-11-08更新

Unicode编码的中文字符转换成16进制字符串

脚本语言:python3

脚本文件:reverse.py

使用方法:

1、新建hex.txt文件,将需要转码的Unicode编码的中文字符复制进去,保存退出。

2、输入命令 python3 reverse.py

提醒:本脚本支持多行输入,单行排序输入

————————————————————————————————————————————

程序作者:ll-goodlucky

github主页:https://github.com/ll-goodlucky/-

About

16(十六)进制字符串、ASCII(ascii)码、hex转中文unicode(utf-8),批量互转

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages