Weird Data from Infrared Transmitter

So I have this bootleg wii remote that I'm trying to hack for my project. Using an IR receiver and an arduino I was able to receive data from the remote. However when I press the A button on the remote I receive data in hexadecimal format like so:

C1A60CC6
C1A60CC6
C1A60CC6
247A4804
C1A60CC6
D8DBD5C1
C1A60CC6
C1A60CC6
C1A60CC6
FEAD0104
C1A60CC6
C1A60CC7
AF28AC07
BA4A3D4C
C1A60CC6

Not sure what this means but what I'm confused about is that this data is not constant. If i were to press the A button again I will receive a completely new data. So does anyone out there know what this data could possibly mean and how I can implement it into my project?

what is the transmitter supposed to be sending at the time ?

Boardburner2:
what is the transmitter supposed to be sending at the time ?

Thats the thing, I don't know. Its a bootleg wii remote that I did not make.

Imgur

This is the remote.

I don't know what software you are using but a couple things you might
try.
Get a large piece of paper and plot the hex as binary digits.
You might find that some parts are repeated with a shift.
Also try sampling at a higher frequency.
Dwight