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 | 邏懷 | 11100111101101001001110011100101 | e7b49ce5 |
EUC-JP | 邏懷 | 11101110101101101101100011100111 | eeb6d8e7 |
UTF-8 | 邏懷 | 111010011000001010001111111001101000011110110111 | e9828fe687b7 |
UHC | 邏懷 | 11010101101001001111110011100011 | d5a4fce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)