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 100110001011000101001000 98b148
EUC-JP 亞H 110100001011001101001000 d0b348
UTF-8 亞H 11100100101110101001111001001000 e4ba9e48
UHC 亞H 111001001010110001001000 e4ac48

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