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 | 烝ⅵ | 11100000011111101111101001000101 | e07efa45 |
EUC-JP | 烝? | 110111111101111100111111 | dfdf3f |
UTF-8 | 烝ⅵ | 111001111000001110011101111000101000010110110101 | e7839de285b5 |
UHC | 烝ⅵ | 11110001111101101010010110100110 | f1f6a5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)