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 | 10011011110100000011111111100110110110010011111101000110 | 9bd03fe6d93f46 |
EUC-JP | 嶢?贓?F | 11010110110100100011111111101100110110110011111101000110 | d6d23fecdb3f46 |
UTF-8 | 嶢렎贓㏁F | 11100101101101101010001011101011101000001000111011101000101101001001001111100011100011111000000101000110 | e5b6a2eba08ee8b493e38f8146 |
UHC | 嶢렎贓㏁F | 111010001111001010001110101001001110110111111100101001111101101101000110 | e8f28ea4edfca7db46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)