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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 醋B | 1111100011100111111001111100101001000010 | f8e7e7ca42 |
EUC-JP | ?醋B | 00111111111011101100110001000010 | 3feecc42 |
UTF-8 | 醋B | 11101110100110101000011011101001100001101000101101000010 | ee9a86e9868b42 |
UHC | ?醋B | 00111111111101011011001101000010 | 3ff5b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)