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 | 11101000110111101000000101101000 | e8de8168 |
SJIS-WIN | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
EUC-JP | èÞ?h | 1000111110101011101100101000111110101001101100000011111101101000 | 8fabb28fa9b03f68 |
UTF-8 | èÞh | 11000011101010001100001110011110110000101000000101101000 | c3a8c39ec28168 |
UHC | ?Þ?h | 0011111110101000101011010011111101101000 | 3fa8ad3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)