Help for this page
perl -nE '/([\r\n]{1,2})/; print(unpack("H*",$1))' in.txt 0d0a
use v6; use experimental :pack; ... $0.Str.encode('UTF-8').unpack("H*").say; } }
/(\n)/ /(\v)/