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’AY’C’AbE 110000101001001001000011110000101001001001000001010110011100001010010010010000111100001010010010010000010110001001000101 c29243c2924159c29243c292416245
SJIS-WIN ??C??AY??C??AbE 001111110011111101000011001111110011111101000001010110010011111100111111010000110011111100111111010000010110001001000101 3f3f433f3f41593f3f433f3f416245
EUC-JP Â?CÂ?AYÂ?CÂ?AbE 1000111110101010101001000011111101000011100011111010101010100100001111110100000101011001100011111010101010100100001111110100001110001111101010101010010000111111010000010110001001000101 8faaa43f438faaa43f41598faaa43f438faaa43f416245
UTF-8 ’C’AY’C’AbE 1100001110000010110000101001001001000011110000111000001011000010100100100100000101011001110000111000001011000010100100100100001111000011100000101100001010010010010000010110001001000101 c382c29243c382c2924159c382c29243c382c292416245
UHC ??C??AY??C??AbE 001111110011111101000011001111110011111101000001010110010011111100111111010000110011111100111111010000010110001001000101 3f3f433f3f41593f3f433f3f416245

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