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 ?B 0011111101000010 3f42
SJIS-WIN 鳥B 100100101011100101000010 92b942
EUC-JP 鳥B 110001001011101101000010 c4bb42
UTF-8 鳥B 11101001101100111010010101000010 e9b3a542
UHC 鳥B 111100001110100001000010 f0e842

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