This is a simple bitwise transposition cipher. All it does is represents the letters as base ten numbers, then turns them into base 2 representations, swaps the bits, turns it back into base ten, and back into a letter. The side effect of this is that some of the letters will encrypt as themselves.