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 | ©¡¢¬©÷^ | 10101001101000011010001010101100101010011111011101011110 | a9a1a2aca9f75e |
SJIS-WIN | ??¢¬?÷^ | 00111111001111111000000110010001100000011100101000111111100000011000000001011110 | 3f3f819181ca3f81805e |
EUC-JP | ©¡¢¬©÷^ | 10001111101000101110110110001111101000101100001010100001111100011010001011001100100011111010001011101101101000011110000001011110 | 8fa2ed8fa2c2a1f1a2cc8fa2eda1e05e |
UTF-8 | ©¡¢¬©÷^ | 11000010101010011100001010100001110000101010001011000010101011001100001010101001110000111011011101011110 | c2a9c2a1c2a2c2acc2a9c3b75e |
UHC | ?¡???÷^ | 001111111010001010101110001111110011111100111111101000011100000001011110 | 3fa2ae3f3f3fa1c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)