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 | 衲^ | 111001011101001101011110 | e5d35e |
EUC-JP | 衲^ | 111010101101010101011110 | ead55e |
UTF-8 | 衲^ | 11101000101000011011001001011110 | e8a1b25e |
UHC | 衲^ | 110100101010010001011110 | d2a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)