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 | 選^ | 100100010100100101011110 | 91495e |
EUC-JP | 選^ | 110000011010101001011110 | c1aa5e |
UTF-8 | 選^ | 11101001100000011011100001011110 | e981b85e |
UHC | 選^ | 111000001101010001011110 | e0d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)