While using the right tags mentioned in other comments (mb_internal_encoding, Content-Type, etc) ...
mb_send_mail would properly encode special characters in plain text emails, for both subject and message
mb_send_mail would not properly encode special characters in subject for multi-part messages (text+html)