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 ?\ 0011111101011100 3f5c
SJIS-WIN 吠\ 100101100110100101011100 96695c
EUC-JP 吠\ 110010111100101001011100 cbca5c
UTF-8 吠\ 11100101100100001010000001011100 e590a05c
UHC 吠\ 111110001100010101011100 f8c55c

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