- If any of the elements of the string is larger than 255, - Warn "wide character". - Encode the string using utf8. - For each element of the string, - Print that number as a byte. #### $ perl -E'say "ABC" | " "' abc