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 | 族葯 | 10010001101100001110010011011110 | 91b0e4de |
EUC-JP | 族葯 | 11000010101100101110100011100000 | c2b2e8e0 |
UTF-8 | 族葯 | 111001101001011110001111111010001001000110101111 | e6978fe891af |
UHC | 族葯 | 11110000111010011110010110110101 | f0e9e5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)