More Than Meets the Eye
Zero-width space (ZWSP)
Last updated
Was this helpful?
Zero-width space (ZWSP)
Last updated
Was this helpful?
My friend just sent me this file, but it looks pretty empty. Are you able to see anything?
Opening up the file in a hex editor, we can see that the "empty space" is essentially repetitions of either E280 8BE2 808C
or E280 8CE2 808C
.
We can convert this to binary where E280 8BE2 808C
-> 0 and E280 8CE2 808C
-> 1.