I have a question about using the xxd utility in Linux: I need to represent a string written in Russian Cyrillic characters
C бодрымутром! 😜
as a sequence of zeros and ones in one line without a space character, the beginning of a line, and a line break (the exclamation mark and smiley must be left).
Catches in the task:
1.The letter C is a Latin letter of the ASCII encoding
2.The string contains the beginning of a line and a line break
Please help me solve this problem in the console using the xxd utility