you can change the character set used for the email by editing the WA_UniversalEmail/WAUE_contact_1.php page.
find the following line:
$WA_MailObject = WAUE_Definition("".($WAGLOBAL_Email_Server) ."","25","","","","");
and add your selcted character set as the last argument:
$WA_MailObject = WAUE_Definition("".($WAGLOBAL_Email_Server) ."","25","","","","utf-8");