8000 GitHub - crosslink/unicode_tools: A simple tool set of viewing uft-8 text in bytes and bi-directional coversion between machine code and human readable text
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple tool set of viewing uft-8 text in bytes and bi-directional coversion between machine code and human readable text

Notifications You must be signed in to change notification settings

crosslink/unicode_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. UTF-8 text to machine code
./char2utf8 쫑즈
Input: 쫑즈
OCT: "\354\253\221\354\246\210"
HEX: (char)0xec, (char)0xab, (char)0x91, (char)0xec, (char)0xa6, (char)0x88

2. Machine code to UTF-8 text
./utf8char "\354\253\221\354\246\210"
Input: "쫑즈"


3. Code point to UTF-8 text
./cp2utf8 12323
Code point: 12323
Input: 〣

About

A simple tool set of viewing uft-8 text in bytes and bi-directional coversion between machine code and human readable text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0