Elements of File Formats
From Just Solve the File Format Problem
(Difference between revisions)
(→Floating point numbers) |
(→Floating point numbers) |
||
Line 17: | Line 17: | ||
== Floating point numbers == | == Floating point numbers == | ||
− | * [[Bfloat16]] | + | * [[Bfloat16]] (BF16) [https://en.wikipedia.org/wiki/Bfloat16_floating-point_format] |
* [[DEC64]] | * [[DEC64]] | ||
* [[IEEE floating point]] | * [[IEEE floating point]] |
Revision as of 19:06, 6 December 2018
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
See also Category:Integer data types.
Floating point numbers
See also Category:Floating point data types.
Time formats
Refer to Date and time formats.
Identifiers
- CLSID
- Domain name
- Filename
- FourCC
- GUID
- IANA character set name
- IETF language tag
- ISO 3166-1 country code
- RISC OS filetype
- UUID
- Windows Language Code Identifier
Other
- ANSI escape code
- Base2
- Bit
- Bit order
- Byte
- Emacs file variable
- Endianness (little-endian, big-endian)
- File
- Shebang