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 | 譏^ | 111001101001100001011110 | e6985e |
EUC-JP | 譏^ | 111010111111100001011110 | ebf85e |
UTF-8 | 譏^ | 11101000101011011000111101011110 | e8ad8f5e |
UHC | 譏^ | 110100011100000101011110 | d1c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)