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 | 適^ | 100100110100101101011110 | 934b5e |
EUC-JP | 適^ | 110001011010110001011110 | c5ac5e |
UTF-8 | 適^ | 11101001100000011010100101011110 | e981a95e |
UHC | 適^ | 111011101110101001011110 | eeea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)