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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 樗烽?B | 100100101001010011100000100000100011111101000010 | 9294e0823f42 |
EUC-JP | 樗烽?B | 110000111111010011011111111000100011111101000010 | c3f4dfe23f42 |
UTF-8 | 樗烽ㅇB | 11100110101010001001011111100111100000111011110111100011100001011000011101000010 | e6a897e783bde3858742 |
UHC | 樗烽ㅇB | 11101110110000001101110011101011101001001011011101000010 | eec0dceba4b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)