I noticed that for the binary number $k=(1,10,11)$, $3^k$ begins with the digits of k. That relationship immediately breaks down, but it doesn't seem hard to find a power of 3 beginning similar to any binary number. E.g., $3^2$ starts with 100, $3^4$ starts with 101, etc.
Is this actually the case? Can every binary number be found at the start of some power of 3?