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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蒟シユシ・B | 11100100111001011011110011010101101111001010010101000010 | e4e5bcd5bca542 |
EUC-JP | 蒟シユシ・B | 1110100011100111100011101011110010001110110101011000111010111100100011101010010101000010 | e8e78ebc8ed58ebc8ea542 |
UTF-8 | 蒟シユシ・B | 11101000100100101001111111101111101111011011110011101111101111101001010111101111101111011011110011101111101111011010010101000010 | e8929fefbdbcefbe95efbdbcefbda542 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)