Binary

Encode letters in their 8-bit equivalents.

Characters in computers are represented using numbers and, until the invention of Unicode, letters all had values from 0 to 255. This encoder will change all lower ASCII letters into their binary representations.