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 | 11101000111110001111110001000010 | e8f8fc42 |
SJIS-WIN | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
EUC-JP | èøüB | 10001111101010111011001010001111101010011100110010001111101010111110010001000010 | 8fabb28fa9cc8fabe442 |
UTF-8 | èøüB | 11000011101010001100001110111000110000111011110001000010 | c3a8c3b8c3bc42 |
UHC | ?ø?B | 0011111110101001101010100011111101000010 | 3fa9aa3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)