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 | 蓆酉 | 11100100111011001001001111010001 | e4ec93d1 |
EUC-JP | 蓆酉 | 11101000111011101100011011010011 | e8eec6d3 |
UTF-8 | 蓆酉 | 111010001001001110000110111010011000010110001001 | e89386e98589 |
UHC | 蓆酉 | 11100000101101101110101110110111 | e0b6ebb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)