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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 晳舌 | 11111010110110011001000011100011 | fad990e3 |
EUC-JP | 晳舌 | 1000111111000010110001001100000011100101 | 8fc2c4c0e5 |
UTF-8 | 晳舌 | 111001101001100110110011111010001000100010001100 | e699b3e8888c |
UHC | 晳舌 | 11100000101011111110000011011111 | e0afe0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)