---
title: "How many bits are there in a nibble?"  
description: "How many bits are there in a nibble?"  
author: "Gurmeet Kaur"  
published: 2019-03-27  
canonical: https://answers.mindstick.com/qa/51929/how-many-bits-are-there-in-a-nibble  
category: "general knowledge"  
tags: ["general knowledge"]  
reading_time: 1 minute  

---

# How many bits are there in a nibble?

How many bits are there in a nibble?

## Answers

### Answer by DILIP SINGH

In [computer](https://answers.mindstick.com/qa/51758/how-to-know-which-ram-is-compatible-with-my-laptop) data is stored in the form of binary numbers. Binary numbers are always stored in the form of 0 and 1. To cover the length of binary numbers we grouped them into a common length. The basic bit-lengths of binary numbers include bits, nibbles, and bytes. Each 1 or 0 in a binary number is called a bit and it is the smallest storage unit. There are 4 bits in a Nibble. It is also known as half-byte.

![How many bits are there in a nibble?](https://answers.mindstick.com/questionanswer/667d1f51-ff2a-47ef-8ae4-856f3f9c4e62/images/90efa725-567d-469e-9e59-b8cacda9867a.jpeg)\

Other than nibble units are as: 2 bits: crumb, quad, quarter. 4 bits: nibble. 5 bits: nickle 10 bits: deckle 16 bits: playte, chawmp word (on a 16-bit machine), (on a 32-bit machine), half-word (on a 32-bit machine). 18 bits: chawmp (on a 36-bit machine), half-word (on a 36-bit machine) 32 bits: dynner, gawble (on a 32-bit machine), word (on a 32-bit machine), longword (on a 16-bit machine). 36: word (on a 36-bit machine) 48 bits: gawble (under circumstances that remain obscure) 64 bits: double word (on a 32-bit machine).


---

Original Source: https://answers.mindstick.com/qa/51929/how-many-bits-are-there-in-a-nibble

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
