Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Nibble
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Low and high nibbles <span class="anchor" id="Low"></span><span class="anchor" id="High"></span> == The low and high nibbles of a byte are its two halves that are the less and the more significant bits within the byte, respectively. In a graphical representation of bits within a byte, the leftmost bit could represent the most significant bit ([[most significant bit|MSB]]), corresponding to ordinary decimal notation in which the digit at the left of a number is the most significant. In such an illustration, the four bits on the left end of the byte form the high nibble, and the remaining four bits form the low nibble.<ref name="Baccala_1997"/> For example, : {{math|ninety-seven {{=}} 97<sub>10</sub> {{=}} (0110 0001)<sub>2</sub> {{=}} 61<sub>16</sub>}} the high nibble is {{math|0110<sub>2</sub>}} ({{math|6<sub>16</sub>}}), and the low nibble is {{math|0001<sub>2</sub>}} ({{math|1<sub>16</sub>}}). The total value is {{math|high-nibble Γ 16<sub>10</sub> + low-nibble}} ({{math|6 Γ 16 + 1 {{=}} 97<sub>10</sub>}}).
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)