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 ?F 0011111101000110 3f46
SJIS-WIN 篁F 111000101011100101000110 e2b946
EUC-JP 篁F 111001001011101101000110 e4bb46
UTF-8 篁F 11100111101011111000000101000110 e7af8146
UHC 篁F 111111001101011001000110 fcd646

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