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^ | 101000011011111010101001111101110110001101011110 | a1bea9f7635e |
SJIS-WIN | ???÷c^ | 00111111001111110011111110000001100000000110001101011110 | 3f3f3f8180635e |
EUC-JP | ¡?©÷c^ | 1000111110100010110000100011111110001111101000101110110110100001111000000110001101011110 | 8fa2c23f8fa2eda1e0635e |
UTF-8 | ¡¾©÷c^ | 11000010101000011100001010111110110000101010100111000011101101110110001101011110 | c2a1c2bec2a9c3b7635e |
UHC | ¡¾?÷c^ | 101000101010111010101000111110100011111110100001110000000110001101011110 | a2aea8fa3fa1c0635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)