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 | 祉蓆 | 10001110100000111110010011101100 | 8e83e4ec |
EUC-JP | 祉蓆 | 10111011111000111110100011101110 | bbe3e8ee |
UTF-8 | 祉蓆 | 111001111010010110001001111010001001001110000110 | e7a589e89386 |
UHC | 祉蓆 | 11110010101100111110000010110110 | f2b3e0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)