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 | 瞿蔕 | 11100001110110001110010011110110 | e1d8e4f6 |
EUC-JP | 瞿蔕 | 11100010110110101110100011111000 | e2dae8f8 |
UTF-8 | 瞿蔕 | 111001111001111010111111111010001001010010010101 | e79ebfe89495 |
UHC | 瞿? | 110011111011101000111111 | cfba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)