Interesting .... I expanded the decimal and sixth in binary format, and this is what you get, respectively:
1010000011001101101010101100010
1010011001101010101101000110
Slide the bottom with a pad with some 0, then split into 8-byte blocks.
10100000 1100110 11010101 01100010
10100 1100110 10101011 01000110
He seems to be starting to line up. Let the bottom look like the top.
Place the first block with 0 and equal. The second block is fine. Switch the 3rd block (turn it over) and 10101011 will become 11010101.
10100000 1100110 11010101 01000110
Similarly with the 4th.
10100000 1100110 11010101 01100010
Now they are the same.
10100000 1100110 11010101 01100010
10100000 1100110 11010101 01100010
? .