What is the total range of decimal values that can be represented in eight bits?

1 answer

Answer

1178244

2026-05-11 20:50

+ Follow

In an 8-bit binary system, the total range of decimal values that can be represented depends on whether the representation is signed or unsigned. For unsigned 8 bits, the range is from 0 to 255. For signed 8 bits, using two's complement, the range is from -128 to 127.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.