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ê\B | 11100110010000101000101111101010100011110101110001000010 | e6428bea8f5c42 |
SJIS-WIN | ?B???\B | 00111111010000100011111100111111001111110101110001000010 | 3f423f3f3f5c42 |
EUC-JP | æB?ê?\B | 1000111110101001110000010100001000111111100011111010101110110100001111110101110001000010 | 8fa9c1423f8fabb43f5c42 |
UTF-8 | æBê\B | 1100001110100110010000101100001010001011110000111010101011000010100011110101110001000010 | c3a642c28bc3aac28f5c42 |
UHC | æB???\B | 1010100110100001010000100011111100111111001111110101110001000010 | a9a1423f3f3f5c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)