This video explains how you can use AND in X86 Assembly language to clear bits.
You can use AND to do practical things like convert an ASCII digit to a numerical digit. For example convert the character '1' to the number 1.
You can use AND to convert a lower case character to an upper case character. For example convert 'a' to 'A'.