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 | 聊扈 | 11100011110101101110011110111011 | e3d6e7bb |
EUC-JP | 聊扈 | 11100110110110001110111010111101 | e6d8eebd |
UTF-8 | 聊扈 | 111010001000000110001010111001101000100110001000 | e8818ae68988 |
UHC | 聊扈 | 11010110111111011111101111000011 | d6fdfbc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)