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 111000001010010101000010 e0a542
EUC-JP 爭B 111000001010011101000010 e0a742
UTF-8 爭B 11100111100010001010110101000010 e788ad42
UHC 爭B 111011101011001101000010 eeb342

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