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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 肢?怨?F | 10001110100010000011111110001001100001010011111101000110 | 8e883f89853f46 |
EUC-JP | 肢?怨?F | 10111011111010000011111110110001111001010011111101000110 | bbe83fb1e53f46 |
UTF-8 | 肢렖怨렊F | 11101000100000101010001011101011101000001001011011100110100000001010100011101011101000001000101001000110 | e882a2eba096e680a8eba08a46 |
UHC | 肢렖怨렊F | 111100101011011010001110101010111110101010110011100011101010000101000110 | f2b68eabeab38ea146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)