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?WB | 0011111101101000001111110101011101000010 | 3f683f5742 |
SJIS-WIN | 擎h擎WB | 11111010110011000110100011111010110011000101011101000010 | facc68facc5742 |
EUC-JP | 擎h擎WB | 100011111100000110100110011010001000111111000001101001100101011101000010 | 8fc1a6688fc1a65742 |
UTF-8 | 擎h擎WB | 111001101001001110001110011010001110011010010011100011100101011101000010 | e6938e68e6938e5742 |
UHC | 擎h擎WB | 11001100110101100110100011001100110101100101011101000010 | ccd668ccd65742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)