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 | 槽扇 | 10010001100001011001000011101110 | 918590ee |
EUC-JP | 槽扇 | 11000001111001011100000011110000 | c1e5c0f0 |
UTF-8 | 槽扇 | 111001101010011110111101111001101000100110000111 | e6a7bde68987 |
UHC | 槽扇 | 11110000110010111110000010111111 | f0cbe0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)