If you look at characters a-z
, you'll see that all of them have the 6th bit is set to 1. Where in A-Z
6th bit is not set.
A = 1000001 a = 1100001
B = 1000010 b = 1100010
C = 1000011 c = 1100011
D = 1000100
…
If you look at characters a-z
, you'll see that all of them have the 6th bit is set to 1. Where in A-Z
6th bit is not set.
A = 1000001 a = 1100001
B = 1000010 b = 1100010
C = 1000011 c = 1100011
D = 1000100
…
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)