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 100100100101101001001110 925a4e
EUC-JP 短N 110000111011101101001110 c3bb4e
UTF-8 短N 11100111100111111010110101001110 e79fad4e
UHC 短N 110100111010110101001110 d3ad4e

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