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 | 縉胱 | 11100011011101011110001111110111 | e375e3f7 |
EUC-JP | 縉胱 | 11100101110101101110011011111001 | e5d6e6f9 |
UTF-8 | 縉胱 | 111001111011100010001001111010001000001110110001 | e7b889e883b1 |
UHC | 縉胱 | 11110010110110111100111011001101 | f2dbcecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)