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 | 脛晗脛晗^ | 111000111111100011111010110101101110001111111000111110101101011001011110 | e3f8fad6e3f8fad65e |
EUC-JP | 脛晗脛晗^ | 1110011011111010100011111100001010111000111001101111101010001111110000101011100001011110 | e6fa8fc2b8e6fa8fc2b85e |
UTF-8 | 脛晗脛晗^ | 11101000100001001001101111100110100110011001011111101000100001001001101111100110100110011001011101011110 | e8849be69997e8849be699975e |
UHC | 脛?脛?^ | 11001100111010110011111111001100111010110011111101011110 | cceb3fcceb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)