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 | 兪匏 | 10011001011000001001100110110101 | 996099b5 |
EUC-JP | 兪匏 | 11010001110000011101001010110111 | d1c1d2b7 |
UTF-8 | 兪匏 | 111001011000010110101010111001011000110010001111 | e585aae58c8f |
UHC | 兪匏 | 11101010111001001111100011010010 | eae4f8d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)