Perl検定 問題 21

以下のプログラムを実行すると何が出力されますか?

use Encode 'decode';
my $length = length decode('UTF8','あ');
print $length;

1. 1

2. 2

3. 3

4. 4