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 ?~ 0011111101111110 3f7e
SJIS-WIN 嚆~ 100110101000010101111110 9a857e
EUC-JP 嚆~ 110100111110010101111110 d3e57e
UTF-8 嚆~ 11100101100110101000011001111110 e59a867e
UHC 嚆~ 111111001111011101111110 fcf77e

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