Convert string to binary

Take three lowercase letters and print out binary.

Unsolved

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

Test Results

Login/Register

At the moment only Discord login is supported.

Login with Discord