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^ | 10010000111000010100010010010000111000010100010001011110 | 90e14490e1445e |
EUC-JP | 雪D雪D^ | 11000000111000110100010011000000111000110100010001011110 | c0e344c0e3445e |
UTF-8 | 雪D雪D^ | 111010011001101110101010010001001110100110011011101010100100010001011110 | e99baa44e99baa445e |
UHC | 雪D雪D^ | 11100000111001000100010011100000111001000100010001011110 | e0e444e0e4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)