Instructions
Your input variable will contain a string of three lowercase letters. From this, you'll need to convert it
to binary and print out the 24 number representation of those letters in binary.
Inputs
value1
Three lowercase letters
Sample Test Case
Letter
value1 abc
output 011000010110001001100011