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^ | 10001001110011110100010010001001110011110100010001011110 | 89cf4489cf445e |
EUC-JP | 珂D珂D^ | 10110010110100010100010010110010110100010100010001011110 | b2d144b2d1445e |
UTF-8 | 珂D珂D^ | 111001111000111110000010010001001110011110001111100000100100010001011110 | e78f8244e78f82445e |
UHC | 珂D珂D^ | 11001010101100010100010011001010101100010100010001011110 | cab144cab1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)