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 100000111000011101000010 838742
EUC-JP ョB 101001011110011101000010 a5e742
UTF-8 ョB 11100011100000111010011101000010 e383a742
UHC ョB 101010111110011101000010 abe742

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