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 | ??kB | 00111111001111110110101101000010 | 3f3f6b42 |
SJIS-WIN | 寥?kB | 1001101110001100001111110110101101000010 | 9b8c3f6b42 |
EUC-JP | 寥?kB | 1101010111101100001111110110101101000010 | d5ec3f6b42 |
UTF-8 | 寥렔kB | 1110010110101111101001011110101110100000100101000110101101000010 | e5afa5eba0946b42 |
UHC | 寥렔kB | 111010001110111110001110101010010110101101000010 | e8ef8ea96b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)