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 | 蓆敵 | 11100100111011001001001101000111 | e4ec9347 |
EUC-JP | 蓆敵 | 11101000111011101100010110101000 | e8eec5a8 |
UTF-8 | 蓆敵 | 111010001001001110000110111001101001010110110101 | e89386e695b5 |
UHC | 蓆敵 | 11100000101101101110111011011000 | e0b6eed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)