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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 杜^ | 100100110110110101011110 | 936d5e |
EUC-JP | 杜^ | 110001011100111001011110 | c5ce5e |
UTF-8 | 杜^ | 11100110100111011001110001011110 | e69d9c5e |
UHC | 杜^ | 110101001110000101011110 | d4e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)