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 ’EO’Cc}’EO’Cc{^ 100100100100010101001111100100100100001101100011011111011001001001000101010011111001001001000011011000110111101101011110 92454f9243637d92454f9243637b5e
SJIS-WIN ?EO?Cc}?EO?Cc{^ 001111110100010101001111001111110100001101100011011111010011111101000101010011110011111101000011011000110111101101011110 3f454f3f43637d3f454f3f43637b5e
EUC-JP ?EO?Cc}?EO?Cc{^ 001111110100010101001111001111110100001101100011011111010011111101000101010011110011111101000011011000110111101101011110 3f454f3f43637d3f454f3f43637b5e
UTF-8 ’EO’Cc}’EO’Cc{^ 11000010100100100100010101001111110000101001001001000011011000110111110111000010100100100100010101001111110000101001001001000011011000110111101101011110 c292454fc29243637dc292454fc29243637b5e
UHC ?EO?Cc}?EO?Cc{^ 001111110100010101001111001111110100001101100011011111010011111101000101010011110011111101000011011000110111101101011110 3f454f3f43637d3f454f3f43637b5e

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