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 瘡~ 111000011000110001111110 e18c7e
EUC-JP 瘡~ 111000011110110001111110 e1ec7e
UTF-8 瘡~ 11100111100110001010000101111110 e798a17e
UHC 瘡~ 111100111110101001111110 f3ea7e

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