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 | 罌瓮 | 11100011101000001110000101000100 | e3a0e144 |
EUC-JP | 罌瓮 | 11100110101000101110000110100101 | e6a2e1a5 |
UTF-8 | 罌瓮 | 111001111011110110001100111001111001001110101110 | e7bd8ce793ae |
UHC | 罌瓮 | 11100101101000101110100010110111 | e5a2e8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)