UPDATE: I have updated the script to include other letters that can be represented as numbers.  An issue lies within words that have both I’s and L’s, because they both get replaced by 1′s, and it can make the word very confusing and kind of useless.

So in an attempt to brush up on my Python a bit, and also just have some fun, I wrote up a little script today that searches a dictionary file for words that can be represented in hexadecimal.

Result from a dictionary of English words I found online:
hexwords.txt
Read more