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 | ?v | 0011111101110110 | 3f76 |
SJIS-WIN | 贖v | 111001101101110001110110 | e6dc76 |
EUC-JP | 贖v | 111011001101111001110110 | ecde76 |
UTF-8 | 贖v | 11101000101101001001011001110110 | e8b49676 |
UHC | 贖v | 111000011101101101110110 | e1db76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)