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 | ?m?B^ | 0011111101101101001111110100001001011110 | 3f6d3f425e |
SJIS-WIN | 但m竪B^ | 10010010010000010110110110010010010001110100001001011110 | 92416d9247425e |
EUC-JP | 但m竪B^ | 11000011101000100110110111000011101010000100001001011110 | c3a26dc3a8425e |
UTF-8 | 但m竪B^ | 111001001011110110000110011011011110011110101011101010100100001001011110 | e4bd866de7abaa425e |
UHC | 但m竪B^ | 11010011101000110110110111100010101101010100001001011110 | d3a36de2b5425e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)