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 | 鶯??鶯??^ | 111010011111001000111111001111111110100111110010001111110011111101011110 | e9f23f3fe9f23f3f5e |
EUC-JP | 鶯??鶯??^ | 111100101111010000111111001111111111001011110100001111110011111101011110 | f2f43f3ff2f43f3f5e |
UTF-8 | 鶯ㅼ쵌鶯ㅼ쵌^ | 11101001101101101010111111100011100001011011110011101100101101011000110011101001101101101010111111100011100001011011110011101100101101011000110001011110 | e9b6afe385bcecb58ce9b6afe385bcecb58c5e |
UHC | 鶯ㅼ쵌鶯ㅼ쵌^ | 11100101101000111010010011101100101011001000111011100101101000111010010011101100101011001000111001011110 | e5a3a4ecac8ee5a3a4ecac8e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)