PE stands for Portable Executable. PE is derived from the Microsoft Common Object File Format (COFF).
The file format defining the structure that all executable files (EXE) and Dynamic Link Libraries (DLL) must use to allow them to be loaded and executed by Windows.
PE is the file format used to define 32bit Windows Executables. This is the native format used by Windows.