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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鶯痔霖疾B | 111010011111001010001110101001001110100011000001100011101011111001000010 | e9f28ea4e8c18ebe42 |
EUC-JP | 鶯痔霖疾B | 111100101111010010111100101001101111000011000011101111001100000001000010 | f2f4bca6f0c3bcc042 |
UTF-8 | 鶯痔霖疾B | 11101001101101101010111111100111100101111001010011101001100111001001011011100111100101101011111001000010 | e9b6afe79794e99c96e796be42 |
UHC | 鶯痔霖疾B | 111001011010001111110110110000001101011111111101111100101111000001000010 | e5a3f6c0d7fdf2f042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)