I don’t really know how to put this, but this should be about right:
I want to split a long binary string (e.g. 0000110101110101) into a bunch of smaller strings (so 00 00 11 01 01 11 01 01 instead)
I don’t know what else to add to this; that’s about it