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 | 論緞 | 10011000010111111110001101101010 | 985fe36a |
EUC-JP | 論緞 | 11001111110000001110010111001011 | cfc0e5cb |
UTF-8 | 論緞 | 111010001010101110010110111001111011011110011110 | e8ab96e7b79e |
UHC | 論緞 | 11010110111001011101001110110000 | d6e5d3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)