Why are bit patterns often displayed using hexadecimal rather than binary?
It makes it easier for people to read and understand.
The same data can be displayed in fewer digits.
When displayed the output will be more compact.
What’s the difference between a kibibyte and a kilobyte?
A kibibyte is 2^10 or 1024 bytes
A kilobyte is 10^3 or 1000 bytes