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 | 啓?啓?^ | 10001100010110110011111110001100010110110011111101011110 | 8c5b3f8c5b3f5e |
EUC-JP | 啓?啓?^ | 10110111101111000011111110110111101111000011111101011110 | b7bc3fb7bc3f5e |
UTF-8 | 啓팝啓팝^ | 11100101100101011001001111101101100011001001110111100101100101011001001111101101100011001001110101011110 | e59593ed8c9de59593ed8c9d5e |
UHC | 啓팝啓팝^ | 110011001111011011000110110010111100110011110110110001101100101101011110 | ccf6c6cbccf6c6cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)