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 盧~ 111000011011100001111110 e1b87e
EUC-JP 盧~ 111000101011101001111110 e2ba7e
UTF-8 盧~ 11100111100110111010011101111110 e79ba77e
UHC 盧~ 110101101101010001111110 d6d47e

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