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 | 銷慌 | 11100111111101111000110101010001 | e7f78d51 |
EUC-JP | 銷慌 | 11101110111110011011100110110010 | eef9b9b2 |
UTF-8 | 銷慌 | 111010011000101010110111111001101000010110001100 | e98ab7e6858c |
UHC | 銷慌 | 11100001110100011111110011001011 | e1d1fccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)