Elements of File Formats
From Just Solve the File Format Problem
(Difference between revisions)
(→Identifiers) |
(→Floating point numbers) |
||
Line 17: | Line 17: | ||
* [[DEC64]] | * [[DEC64]] | ||
* [[IEEE floating point]] | * [[IEEE floating point]] | ||
+ | * [[Posit]] | ||
* [[Unum]] | * [[Unum]] | ||
Revision as of 11:33, 23 February 2017
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
- Domain name
- FourCC
- GUID
- IANA character set name
- IETF language tag
- ISO 3166-1 country code
- UUID
- Windows Language Code Identifier
Other
- ANSI escape code
- Base2
- Bit order
- Emacs file variable
- Endianness (little-endian, big-endian)
- Shebang