Convert clear text into binary

Hi

I need to display the binary text of an clearn text which is sent as input to the shell script (c shell);

ex: I will pass "HELLO" as input, and i should get the binary format of the text

Thanks in advance
Mohan

printf "HELLO"|od -An -t x1
1 Like