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 | 旋觴 | 10010000111110011110011001011011 | 90f9e65b |
EUC-JP | 旋觴 | 11000000111110111110101110111100 | c0fbebbc |
UTF-8 | 旋觴 | 111001101001011110001011111010001010011110110100 | e6978be8a7b4 |
UHC | 旋觴 | 11100000110000011101111111011000 | e0c1dfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)