how to convert Russian character to utf-8 in PHP using mb_convert_encoding or any other method?
Did you try the following? Not sure if it works, though.
mb_convert_encoding($str, 'UTF-8', 'auto');