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 ’C’B’Cx’C’B’Cx^ 100100100100001110010010010000101001001001000011011110001001001001000011100100100100001010010010010000110111100001011110 92439242924378924392429243785e
SJIS-WIN ?C?B?Cx?C?B?Cx^ 001111110100001100111111010000100011111101000011011110000011111101000011001111110100001000111111010000110111100001011110 3f433f423f43783f433f423f43785e
EUC-JP ?C?B?Cx?C?B?Cx^ 001111110100001100111111010000100011111101000011011110000011111101000011001111110100001000111111010000110111100001011110 3f433f423f43783f433f423f43785e
UTF-8 ’C’B’Cx’C’B’Cx^ 110000101001001001000011110000101001001001000010110000101001001001000011011110001100001010010010010000111100001010010010010000101100001010010010010000110111100001011110 c29243c29242c2924378c29243c29242c29243785e
UHC ?C?B?Cx?C?B?Cx^ 001111110100001100111111010000100011111101000011011110000011111101000011001111110100001000111111010000110111100001011110 3f433f423f43783f433f423f43785e

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