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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | ?h? | 001111110110100000111111 | 3f683f |
EUC-JP | 搔h搔 | 10001111110000001100101101101000100011111100000011001011 | 8fc0cb688fc0cb |
UTF-8 | 搔h搔 | 11100110100100001001010001101000111001101001000010010100 | e6909468e69094 |
UHC | 搔h搔 | 1110000110111000011010001110000110111000 | e1b868e1b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)