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^ | 10010000110000010100010010010000110000010100010001011110 | 90c14490c1445e |
EUC-JP | 醒D醒D^ | 11000000110000110100010011000000110000110100010001011110 | c0c344c0c3445e |
UTF-8 | 醒D醒D^ | 111010011000011010010010010001001110100110000110100100100100010001011110 | e9869244e98692445e |
UHC | 醒D醒D^ | 11100001101001010100010011100001101001010100010001011110 | e1a544e1a5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)