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 | 照扇 | 10001111110001101001000011101110 | 8fc690ee |
EUC-JP | 照扇 | 10111110110010001100000011110000 | bec8c0f0 |
UTF-8 | 照扇 | 111001111000010110100111111001101000100110000111 | e785a7e68987 |
UHC | 照扇 | 11110000110011101110000010111111 | f0cee0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)