Elements of File Formats
From Just Solve the File Format Problem
(Difference between revisions)
(→Other) |
(→Floating point numbers) |
||
Line 17: | Line 17: | ||
* [[DEC64]] | * [[DEC64]] | ||
* [[IEEE floating point]] | * [[IEEE floating point]] | ||
+ | * [[Unum]] | ||
== Time formats == | == Time formats == |
Revision as of 20:42, 26 April 2016
This section is for
- Common formats that make up only a small part of a file
- Ancillary knowledge that may be needed to help decode file formats
Contents[hide] |
Integers
Floating point numbers
Time formats
(see also Date and time formats)
- MS-DOS date/time
- Unix time (timestamp number)
Identifiers
Other
- ANSI escape code
- Base2
- Bit order
- Endianness (little-endian, big-endian)