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 100011101110101101000010 8eeb42
EUC-JP 狩B 101111001110110101000010 bced42
UTF-8 狩B 11100111100010111010100101000010 e78ba942
UHC 狩B 111000101010110101000010 e2ad42

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