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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 脛D脛D^ | 11100011111110000100010011100011111110000100010001011110 | e3f844e3f8445e |
EUC-JP | 脛D脛D^ | 11100110111110100100010011100110111110100100010001011110 | e6fa44e6fa445e |
UTF-8 | 脛D脛D^ | 111010001000010010011011010001001110100010000100100110110100010001011110 | e8849b44e8849b445e |
UHC | 脛D脛D^ | 11001100111010110100010011001100111010110100010001011110 | cceb44cceb445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)