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 ?A 0011111101000001 3f41
SJIS-WIN 尉A 100010001101000101000001 88d141
EUC-JP 尉A 101100001101001101000001 b0d341
UTF-8 尉A 11100101101100001000100101000001 e5b08941
UHC 尉A 111010101100111101000001 eacf41

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