VC++で出力コマンドプロンプトにutf-8日本語表示

#include <Windows.h>

...

// コマンドプロンプトの文字コードをUTF-8に設定する
SetConsoleOutputCP(CP_UTF8);