# Zunächst wandeln wir die Bytes in einen Bytestring um my $content = pack "C*", @{$raw_content}; # Diesen Bytestring dekodieren wir in das utf8 Format my $content_utf8 = decode('utf-8', $content);