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 100100011011001001000010 91b242
EUC-JP 卒B 110000101011010001000010 c2b442
UTF-8 卒B 11100101100011011001001001000010 e58d9242
UHC 卒B 111100001110111101000010 f0ef42

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