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 | ÷¬îäh | 1111011110101100111011101110010001101000 | f7aceee468 |
SJIS-WIN | ÷¬??h | 10000001100000001000000111001010001111110011111101101000 | 818081ca3f3f68 |
EUC-JP | ÷¬îäh | 1010000111100000101000101100110010001111101010111100001010001111101010111010001101101000 | a1e0a2cc8fabc28faba368 |
UTF-8 | ÷¬îäh | 110000111011011111000010101011001100001110101110110000111010010001101000 | c3b7c2acc3aec3a468 |
UHC | ÷???h | 101000011100000000111111001111110011111101101000 | a1c03f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)