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 | æbv | 111001100110001001110110 | e66276 |
SJIS-WIN | ?bv | 001111110110001001110110 | 3f6276 |
EUC-JP | æbv | 1000111110101001110000010110001001110110 | 8fa9c16276 |
UTF-8 | æbv | 11000011101001100110001001110110 | c3a66276 |
UHC | æbv | 10101001101000010110001001110110 | a9a16276 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)