In this paper we present a method to simulate, using the bit-parallelism technique, the nondeterministic Aho-Corasick automaton and the nondeterministic suffix automaton induced by the trie and by the Directed Acyclic Word Graph for a set of patterns, respectively. When the prefix redundancy is nonnegligible, this method yields-if compared to the original bit-parallel encoding with no prefix factorization-a representation that requires smaller bit-vectors and, correspondingly, less words. In particular, if we restrict to single-word bit-vectors, more patterns can be packed into a word. We also present two simple algorithms, based on such a technique, for searching a set P of patterns in a text T of length n over an alphabet Sigma of size sigma. Our algorithms, named Log-And and Backward-Log-And, require O((m+sigma) inverted right perpendicular m/w inverted left perpendicular )-space, and work in O(n inverted right perpendicular m/w inverted left perpendicular) and O(n inverted right perpendicular m/w inverted left perpendicular l(min)) worst-case searching time, respectively, where w is the number of bits in a computer word, m is the number of states of the automaton, and l(min) is the length of the shortest pattern in P. (C) 2011 Elsevier B.V. All rights reserved.