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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 榮??h榮 | 10011110110001000011111100111111011010001001111011000100 | 9ec43f3f689ec4 |
EUC-JP | 榮??h榮 | 11011100110001100011111100111111011010001101110011000110 | dcc63f3f68dcc6 |
UTF-8 | 榮녷찄h榮 | 11100110101001101010111011101011100001011011011111101100101100001000010001101000111001101010011010101110 | e6a6aeeb85b7ecb08468e6a6ae |
UHC | 榮녷찄h榮 | 111001111011010010000110111001101010100110001000011010001110011110110100 | e7b486e6a98868e7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)