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 | 消星 | 10001111110000011001000010101111 | 8fc190af |
EUC-JP | 消星 | 10111110110000111100000010110001 | bec3c0b1 |
UTF-8 | 消星 | 111001101011011010001000111001101001100010011111 | e6b688e6989f |
UHC | 消星 | 11100001101111001110000011111000 | e1bce0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)