... use Encode qw ( from_to ); ... my @row = $stmt->fetchrow_array(); map{ from_to($_, "latin1","utf8"); } @row; ...