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^ | 11100000110101110100010011100000110101110100010001011110 | e0d744e0d7445e |
EUC-JP | 獸D獸D^ | 11100000110110010100010011100000110110010100010001011110 | e0d944e0d9445e |
UTF-8 | 獸D獸D^ | 111001111000110110111000010001001110011110001101101110000100010001011110 | e78db844e78db8445e |
UHC | 獸D獸D^ | 11100010101011100100010011100010101011100100010001011110 | e2ae44e2ae445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)