CS Study Hub

CS Reference Cheat Sheets.

Quick reference tables for register limits, powers of 2, and searchable ASCII character codes.

Searchable ASCII Code Table

Search by character, decimal value, hex code, or binary code.

Dec Hex Binary Char Description

Powers of 2

Exponent Value
2⁰1
2
4
8
2⁴16
2⁵32
2⁸256
2¹⁰ (1 KB)1,024
2¹⁶65,536
2³²4,294,967,296

Register Bound Ranges

Size Unsigned Signed (Two's Comp)
8-Bit 0 to 255 -128 to 127
16-Bit 0 to 65535 -32,768 to 32,767
32-Bit 0 to 4.29B -2.14B to 2.14B