I want JavaScript to translate text in a textarea into binary code.
For example, if a user types in "TEST
TEST
this seems to be the simplified version
Array.from('abc').map((each)=>each.charCodeAt(0).toString(2)).join(" ")