To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 云?云?^ | 10001001010111010011111110001001010111010011111101011110 | 895d3f895d3f5e |
EUC-JP | 云?云?^ | 10110001101111100011111110110001101111100011111101011110 | b1be3fb1be3f5e |
UTF-8 | 云㏈云㏈^ | 11100100101110101001000111100011100011111000100011100100101110101001000111100011100011111000100001011110 | e4ba91e38f88e4ba91e38f885e |
UHC | 云㏈云㏈^ | 111010011111011010100111101111001110100111110110101001111011110001011110 | e9f6a7bce9f6a7bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)