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 | àWàW[àWàW[^ | 1110000001010111111000000101011101011011111000000101011111100000010101110101101101011110 | e057e0575be057e0575b5e |
SJIS-WIN | ?W?W[?W?W[^ | 0011111101010111001111110101011101011011001111110101011100111111010101110101101101011110 | 3f573f575b3f573f575b5e |
EUC-JP | àWàW[àWàW[^ | 10001111101010111010001001010111100011111010101110100010010101110101101110001111101010111010001001010111100011111010101110100010010101110101101101011110 | 8faba2578faba2575b8faba2578faba2575b5e |
UTF-8 | àWàW[àWàW[^ | 110000111010000001010111110000111010000001010111010110111100001110100000010101111100001110100000010101110101101101011110 | c3a057c3a0575bc3a057c3a0575b5e |
UHC | ?W?W[?W?W[^ | 0011111101010111001111110101011101011011001111110101011100111111010101110101101101011110 | 3f573f575b3f573f575b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)