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 | 蒙堰 | 10010110110101101000100110000001 | 96d68981 |
EUC-JP | 蒙堰 | 11001100110110001011000111100001 | ccd8b1e1 |
UTF-8 | 蒙堰 | 111010001001001010011001111001011010000010110000 | e89299e5a0b0 |
UHC | 蒙堰 | 11011001110101011110010111101000 | d9d5e5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)