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 蘓~ 111001010101111001111110 e55e7e
EUC-JP 蘓~ 111010011011111101111110 e9bf7e
UTF-8 蘓~ 11101000100110001001001101111110 e898937e
UHC ?~ 0011111101111110 3f7e

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