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 100100100100001101000001 924341
EUC-JP 辰A 110000111010010001000001 c3a441
UTF-8 辰A 11101000101111101011000001000001 e8beb041
UHC 辰A 111100101110001101000001 f2e341

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