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 | 晏? | 100111011110010100111111 | 9de53f |
EUC-JP | 晏? | 110110101110011100111111 | dae73f |
UTF-8 | 晏솰 | 111001101001100110001111111011001000011010110000 | e6998fec86b0 |
UHC | 晏솰 | 11100100110011111011110011100000 | e4cfbce0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)