In order to avoid cluttering other related questions, I separately make this question.
If I use Notepad as my editor, there are 4 encoding options available when saving the TeX input file: ANSI, Unicode, Unicode big endian, and UTF-8.
I want to know which input encoding do I have to use for each file encoding mentioned above.
For example, when I choose Unicode as the file encoding, which input encoding do I have to choose?

utf8orutf8xas option toinputencunless you use lualatex/xelatex as pointed out by Boris. Of course you should consider to use a proper editor or TeX IDE rather than Notepad. – Christian Apr 28 '12 at 14:56