in reply to Re^2: convert several two digit hex characters to ascii
in thread convert several two digit hex characters to ascii

I found that the trick is to tell pack to return utf8, thus:

Depending on what you want, the following tools are probably more appropriate:

Both are documented in utf8, but it's not necessary to do use utf8;. In fact, that means something different.