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 100010011001100001000001 899841
EUC-JP 汚A 101100011111100001000001 b1f841
UTF-8 汚A 11100110101100011001101001000001 e6b19a41
UHC 汚A 111001111111110101000001 e7fd41

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