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 | 烝Ⅱ | 11100000011111101000011101010101 | e07e8755 |
EUC-JP | 烝? | 110111111101111100111111 | dfdf3f |
UTF-8 | 烝Ⅱ | 111001111000001110011101111000101000010110100001 | e7839de285a1 |
UHC | 烝Ⅱ | 11110001111101101010010110110001 | f1f6a5b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)