To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ?^ 0011111101011110 3f5e
SJIS-WIN 粟^ 100010001011111001011110 88be5e
EUC-JP 粟^ 101100001100000001011110 b0c05e
UTF-8 粟^ 11100111101100101001111101011110 e7b29f5e
UHC 粟^ 111000011101100001011110 e1d85e

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)