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 | 1110000011011101111011101110010001101000 | e0ddeee468 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | àÝîäh | 10001111101010111010001010001111101010101111001010001111101010111100001010001111101010111010001101101000 | 8faba28faaf28fabc28faba368 |
UTF-8 | àÝîäh | 110000111010000011000011100111011100001110101110110000111010010001101000 | c3a0c39dc3aec3a468 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)