convert ansi encoded text to utf-8

Hi, we works with Visual Cobol runing in UNIX servers and our BBDD use UTF-8 encodig.

Now we are starting to transfer informatión with other companies using API´s.

The problem we have in this moment is that we recive the information ANSI encode and we need convert it to UTF-8 encode.

is there some way to do this in cobol?