Skip to content

sekido/character_coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UTF-8で文字を受け付けて複数のエンコーディングでバイト列を表示するPythonスクリプト

% python main.py
str:関戸亮介
    0x95a2 0x6238 0x4eae 0x4ecb
iso-2022-jp
    0x1b 0x24 0x42 0x34 0x58 0x38 0x4d 0x4e 0x3c 0x32 0x70 0x1b 0x28 0x42
shift_jis
    0x8a 0xd6 0x8c 0xcb 0x97 0xba 0x89 0xee
utf-8
    0xe9 0x96 0xa2 0xe6 0x88 0xb8 0xe4 0xba 0xae 0xe4 0xbb 0x8b
utf-16
    0xff 0xfe 0xa2 0x95 0x38 0x62 0xae 0x4e 0xcb 0x4e

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages