📝 Maximum integer limits
(Note last modified 2025-11-23 - View change history)
Unlike other places on the Internet that put thousand separators in the numbers that need to be removed if you want to paste them somewhere that expects a raw value, here are the maximum integer limits without any formatting for easy copy-pasting.
- 8-bit:
- Signed:
127 - Unsigned:
255
- Signed:
- 16-bit:
- Signed:
32767 - Unsigned:
65535
- Signed:
- 32-bit:
- Signed:
2147483647 - Unsigned:
4294967295
- Signed:
- 64-bit:
- Signed:
9223372036854775807 - Unsigned:
18446744073709551615
- Signed: