You don't need to convert anything. Move the dmp file on windows machine running Oracle and run the import command. I prefer FTPing in binary mode.
imp system/password file=filename.dmp log=filename.log fromuser=username touser=newusername
You can search the web for all imp options.