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 | ?v | 0011111101110110 | 3f76 |
SJIS-WIN | 晁v | 100111011110100001110110 | 9de876 |
EUC-JP | 晁v | 110110101110101001110110 | daea76 |
UTF-8 | 晁v | 11100110100110011000000101110110 | e6998176 |
UHC | 晁v | 111100001100010101110110 | f0c576 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)