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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 彦??彦??^ | 100101010100011000111111001111111001010101000110001111110011111101011110 | 95463f3f95463f3f5e |
EUC-JP | 彦??彦??^ | 110010011010011100111111001111111100100110100111001111110011111101011110 | c9a73f3fc9a73f3f5e |
UTF-8 | 彦뚨쥍彦뚨쥍^ | 11100101101111011010011011101011100110101010100011101100101001011000110111100101101111011010011011101011100110101010100011101100101001011000110101011110 | e5bda6eb9aa8eca58de5bda6eb9aa8eca58d5e |
UHC | 彦뚨쥍彦뚨쥍^ | 11100101111010011000110011100111101000101000011011100101111010011000110011100111101000101000011001011110 | e5e98ce7a286e5e98ce7a2865e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)