Python
24 Feb 2010
 
 
 
1
print '\n'.join([bin(max(0,ord(c) - 96))[2:].rjust(5, '0') for c in 'let there be light\x7f']).replace('0', '○').replace('1', '●')