Solution to convert 8 bits of serial data to I2C.

Hello.
I am looking for a turn key solution to convert something that produces 8 bits of data to I2C.
Pretty much I am trying to connect a module like this:
http://www.aliexpress.com/item-img/TTP229-16-Channel-Digital-Capacitive-Switch-Touch-Sensor-Module/32488950736.html?spm=2114.10010108.1000017.2.pFYWhX

to my Arduino via I2C. What am I shopping for?
Thank you.

Either this : SparkFun I2C Expander Breakout - PCF8575 - BOB-08130 - SparkFun Electronics
Or try explain once more what you are looking for.

The board appears to already have I2C using two pins near the left side, SCL and SDO. The eight 'Out' pins may be a pair of four to read the row/column matrix. The data sheet, if you can find one, should have the details. You will also need a library for the I2C functions.

http://forum.arduino.cc/index.php?topic=248748.0