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 | 瞿珱 | 11100001110110001110000011111100 | e1d8e0fc |
EUC-JP | 瞿珱 | 11100010110110101110000011111110 | e2dae0fe |
UTF-8 | 瞿珱 | 111001111001111010111111111001111000111110110001 | e79ebfe78fb1 |
UHC | 瞿? | 110011111011101000111111 | cfba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)