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èäh | 111010001110010001101000111010001110010001101000 | e8e468e8e468 |
SJIS-WIN | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
EUC-JP | èähèäh | 1000111110101011101100101000111110101011101000110110100010001111101010111011001010001111101010111010001101101000 | 8fabb28faba3688fabb28faba368 |
UTF-8 | èähèäh | 11000011101010001100001110100100011010001100001110101000110000111010010001101000 | c3a8c3a468c3a8c3a468 |
UHC | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)