Hello. If I have 10 bits resolution in pwm I can write the % this way:

1111001101

or it has to be something like this:

1111111000 or
1100000000 or
1111000000

what I mean is: does 1's mean high and 0´s mean low? or i set the value of the % by a binary number like the first I wrote above? Any help?

Thanks