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 ?H 0011111101001000 3f48
SJIS-WIN 韋H 111010001110100001001000 e8e848
EUC-JP 韋H 111100001110101001001000 f0ea48
UTF-8 韋H 11101001100111111000101101001000 e99f8b48
UHC 韋H 111010101101111101001000 eadf48

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