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 111001111001000001000110 e79046
EUC-JP 逅F 111011011111000001000110 edf046
UTF-8 逅F 11101001100000001000010101000110 e9808546
UHC 逅F 111111011011000101000110 fdb146

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