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 | 兪吼 | 10011001011000001001100111100001 | 996099e1 |
EUC-JP | 兪吼 | 11010001110000011101001011100011 | d1c1d2e3 |
UTF-8 | 兪吼 | 111001011000010110101010111001011001000010111100 | e585aae590bc |
UHC | 兪吼 | 11101010111001001111110110101001 | eae4fda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)