For example, in PHP, how would I reverse the bits of the byte 11011111 to 11111011?
11011111
11111011
Try to get this book, there is whole chapter about bits reversion: Hacker's Delight. But please check content first if this suits you.