Why does WordPress convert my jpg’s to png?

A peek into the WP core file – wp-admin/includes/file.php confirms it is not WP which is doing this. Can you try the following:

  1. Check functions.php file in your active theme
  2. Try switching to other themes and check if the issue persists
  3. Try deactivating all the plugins and then activating them one by one and checking the issue
  4. Check your wp-config.php file
  5. Also, can you check whether this plugin is able to convert images from png to jpg or not – https://wordpress.org/plugins/png-to-jpg/

and please reply with the results.