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 | 裂儼 | 10010111111101001001100101010110 | 97f49956 |
EUC-JP | 裂儼 | 11001110111101101101000110110111 | cef6d1b7 |
UTF-8 | 裂儼 | 111010001010001110000010111001011000010010111100 | e8a382e584bc |
UHC | 裂儼 | 11010110101011101110010111110000 | d6aee5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)