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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?莉?莉^ | 00111111111001001011101100111111111001001011101101011110 | 3fe4bb3fe4bb5e |
EUC-JP | ?莉?莉^ | 00111111111010001011110100111111111010001011110101011110 | 3fe8bd3fe8bd5e |
UTF-8 | 벼莉벼莉^ | 11101011101100101011110011101000100011101000100111101011101100101011110011101000100011101000100101011110 | ebb2bce88e89ebb2bce88e895e |
UHC | 벼莉벼莉^ | 101110101010110111010111111010011011101010101101110101111110100101011110 | baadd7e9baadd7e95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)