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 ?N 0011111101001110 3f4e
SJIS-WIN 矗N 111000011101111001001110 e1de4e
EUC-JP 矗N 111000101110000001001110 e2e04e
UTF-8 矗N 11100111100111111001011101001110 e79f974e
UHC 矗N 111101011011100001001110 f5b84e

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