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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 業?業?^ | 10001011110001100011111110001011110001100011111101011110 | 8bc63f8bc63f5e |
EUC-JP | 業?業?^ | 10110110110010000011111110110110110010000011111101011110 | b6c83fb6c83f5e |
UTF-8 | 業봁業봁^ | 11100110101001011010110111101011101101001000000111100110101001011010110111101011101101001000000101011110 | e6a5adebb481e6a5adebb4815e |
UHC | 業봁業봁^ | 111001011111011010010100010001001110010111110110100101000100010001011110 | e5f69444e5f694445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)