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 | æbC | 111001100110001001000011 | e66243 |
SJIS-WIN | ?bC | 001111110110001001000011 | 3f6243 |
EUC-JP | æbC | 1000111110101001110000010110001001000011 | 8fa9c16243 |
UTF-8 | æbC | 11000011101001100110001001000011 | c3a66243 |
UHC | æbC | 10101001101000010110001001000011 | a9a16243 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)