After you can understand it, now is the time to convert the hexadecimal of “I Love You” that we’ve made before.
on hexadecimal = 49204C6F766520596F75
we need to convert each digit into the binary code.
4 = 0 + 4 + 0 + 0 = 0100
9 = 8 + 0 + 0 + 1 = 1001
.
.
.
5 = 0 + 4 + 0 + 1 = 0101and the result of the binary code is : 0100 1001 0010 0000 0100 1100 0110 1111 0111 0110 0110 0101 0010 0000 0101 1001 0110 1111 0111 0101
Reference
![[weaveILOVEYOU.png]] Repeated pattern of ILoveYou ASCII: 01001001 01001100 01101111 01110110 01100101 01011001 01101111 01110101
Variations
![[weaveILOVEYOUPattern.png]]