Perl’s two types of strings 

my $bytes = <$fh>;
my $characters = Encode::decode('UTF-8', $bytes);