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 | 蔚^ | 100010010101010101011110 | 89555e |
EUC-JP | 蔚^ | 101100011011011001011110 | b1b65e |
UTF-8 | 蔚^ | 11101000100101001001101001011110 | e8949a5e |
UHC | 蔚^ | 111010101010010101011110 | eaa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)