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 嚆\ 100110101000010101011100 9a855c
EUC-JP 嚆\ 110100111110010101011100 d3e55c
UTF-8 嚆\ 11100101100110101000011001011100 e59a865c
UHC 嚆\ 111111001111011101011100 fcf75c

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