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 睫~ 111000011100101001111110 e1ca7e
EUC-JP 睫~ 111000101100110001111110 e2cc7e
UTF-8 睫~ 11100111100111011010101101111110 e79dab7e
UHC 睫~ 111101001110001001111110 f4e27e

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