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 ?| 0011111101111100 3f7c
SJIS-WIN 叩| 100100100100000001111100 92407c
EUC-JP 叩| 110000111010000101111100 c3a17c
UTF-8 叩| 11100101100011111010100101111100 e58fa97c
UHC 叩| 110011011011000001111100 cdb07c

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