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 | 裂醯 | 10010111111101001110011111001111 | 97f4e7cf |
EUC-JP | 裂醯 | 11001110111101101110111011010001 | cef6eed1 |
UTF-8 | 裂醯 | 111010001010001110000010111010011000011010101111 | e8a382e986af |
UHC | 裂醯 | 11010110101011101111101110111000 | d6aefbb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)