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 | æBOæB | 1110011001000010100010111000100010010000010011111110011001000010 | e6428b88904fe642 |
SJIS-WIN | ?B???O?B | 0011111101000010001111110011111100111111010011110011111101000010 | 3f423f3f3f4f3f42 |
EUC-JP | æB???OæB | 100011111010100111000001010000100011111100111111001111110100111110001111101010011100000101000010 | 8fa9c1423f3f3f4f8fa9c142 |
UTF-8 | æBOæB | 11000011101001100100001011000010100010111100001010001000110000101001000001001111110000111010011001000010 | c3a642c28bc288c2904fc3a642 |
UHC | æB???OæB | 10101001101000010100001000111111001111110011111101001111101010011010000101000010 | a9a1423f3f3f4fa9a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)