nibbles to bytes Converter
Convert nibbles to bytes instantly with a reference table.
| nibbles | bytes |
|---|
How to convert nibbles to bytes
Enter your value
Type the number of nibbles you want to convert into the left box. The result in bytes appears instantly in the right box. You can also type into the right box to convert in the other direction.
Use the swap button
Click the ⇄ Swap button to reverse the conversion — bytes to nibbles. Your current value carries across so you don't have to re-enter anything.
About nibbles and bytes
nibbles and bytes are both data storage measurements.
1 nibble = 4 bits = ½ byte. A byte can hold 2 nibbles. The nibble represents one hexadecimal digit (0-9, A-F). Memory dumps often show data as pairs of hex digits (each pair = 1 byte = 2 nibbles). Not used in everyday computing but important in low-level programming.
| nibbles | bytes |
|---|---|
| 1 | 0.5 |
| 2 | 1 |
| 4 | 2 |
| 8 | 4 |
| 16 | 8 |
| 32 | 16 |