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 鹹~ 111010100110001101111110 ea637e
EUC-JP 鹹~ 111100111100010001111110 f3c47e
UTF-8 鹹~ 11101001101110011011100101111110 e9b9b97e
UHC 鹹~ 111110011110100101111110 f9e97e

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