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 | 愾拯 | 10011100101111111001110101101101 | 9cbf9d6d |
EUC-JP | 愾拯 | 11011000110000011101100111001110 | d8c1d9ce |
UTF-8 | 愾拯 | 111001101000010010111110111001101000101110101111 | e684bee68baf |
UHC | 愾拯 | 11001011110001011111000111110101 | cbc5f1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)