I have try try use notepad++ for separate the character using comma, after 4 character. but the output is not as expected.
output got:11,1111,1011,0011,1110,1111,1111,1111,11
expected output:1111,1110,1100,1111,1011,1111,1111,1111
I have attached an image.