Binary Data
From Just Solve the File Format Problem
(Difference between revisions)
m |
|||
| Line 11: | Line 11: | ||
===Elements of binary formats=== | ===Elements of binary formats=== | ||
| + | * [[Binary-coded decimal]] | ||
* [[Endianness]] (little-endian, big-endian) | * [[Endianness]] (little-endian, big-endian) | ||
* [[Floating point numbers]] | * [[Floating point numbers]] | ||
Revision as of 16:55, 15 February 2014
This section is for any binary data formats that didn't fit into any other category.
Elements of binary formats
- Binary-coded decimal
- Endianness (little-endian, big-endian)
- Floating point numbers
- Ones' complement
- Two's complement
- Unix time (timestamp number)