Using ODBC Driver 13

I recently updated my dev box to SQL Server 2016 and I can see where it installed a new ODBC driver 13, but when I try to run a bcp command to import data using -C65001 to allow for UTF-8 it tells me

[ODBC Driver 11 for SQL Server] This version of ODBC Driver does not support UTF-8

I'm pretty sure the newer version will allow it but I'm not sure how to force the bcp to use Driver 13. Any suggestions?