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 爐~ 111000001010001001111110 e0a27e
EUC-JP 爐~ 111000001010010001111110 e0a47e
UTF-8 爐~ 11100111100010001001000001111110 e788907e
UHC 爐~ 110101101101001101111110 d6d37e

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