Which statement is true about encoding in Python?

A.The encode() plug-in automatically translates ASCII to Unicode when you activate the global setting.

B.Every string declaration needs to use the encode() function.

C.In Python 3, strings are automatically encoded using Unicode.

D.You cannot use Unicode in Python.