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 | ê´´c^ | 1110101010110100101101000110001101011110 | eab4b4635e |
SJIS-WIN | ?´´c^ | 00111111100000010100110010000001010011000110001101011110 | 3f814c814c635e |
EUC-JP | ê´´c^ | 100011111010101110110100101000011010110110100001101011010110001101011110 | 8fabb4a1ada1ad635e |
UTF-8 | ê´´c^ | 1100001110101010110000101011010011000010101101000110001101011110 | c3aac2b4c2b4635e |
UHC | ?´´c^ | 00111111101000101010010110100010101001010110001101011110 | 3fa2a5a2a5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)