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 | ??A^ | 00111111001111110100000101011110 | 3f3f415e |
SJIS-WIN | 豌エA^ | 1110011010110000101101000100000101011110 | e6b0b4415e |
EUC-JP | 豌エA^ | 111011001011001010001110101101000100000101011110 | ecb28eb4415e |
UTF-8 | 豌エA^ | 1110100010110001100011001110111110111101101101000100000101011110 | e8b18cefbdb4415e |
UHC | 豌?A^ | 1110100011010101001111110100000101011110 | e8d53f415e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)