What is the difference between little endian and big endian data formats?
The difference between little endian and big endian formats, also sometimes called "endian-ness," is the difference between how computing systems order multiple bytes of information. These different formats are machine-specific, which means they are programmed on machines on a case-by-case basis. It’s important to preserve consistent endian-ness across various machines when data is transferred or migrated between them, or alternately, to interpret data so that the receiving computer tabulates the right result.
When a piece of data is put into a multi-byte format, it can be represented in either big endian or little endian format. It’s important to note that when bit order does become important in systems, big endian and little endian formats can also apply to this as well, and some experts suggest that bit ordering on machines generally mirrors the byte ordering format.
The big endian format means that data is stored big end first. In multiple bytes, the first byte is the biggest, or represents the primary value. In the little endian format, data is stored little end first. In this case, with multi-byte pieces, it is the last bite that is biggest or that has the primary value to which subsequent values are added or concatenated.
Developers can use various fixes to resolve big endian and little endian data issues. There are various administrative options to fix this problem, but there is also the use of something called a byte order mark (BOM). This hexadecimal representation can ensure that data is stored in the right format. In addition, professionals might discuss whether endian-ness is "transparent" across a system, for example, where constructed format tags or other resources could help in planning or design.
Tags
Written by Techopedia Staff

At Techopedia, we aim to provide insight and inspiration to IT professionals, technology decision-makers and anyone else who is proud to be called a geek. From defining complex tech jargon in our dictionary, to exploring the latest trend in our articles or providing in-depth coverage of a topic in our tutorials, our goal is to help you better understand technology - and, we hope, make better decisions as a result.
More Q&As from our experts
- What does the mobile network state mean?
- With more big data solutions moving to the cloud, how will that impact network performance and security?
- What is the difference between cloud computing and web hosting?
Related Terms
- Endian
- Big-Endian
- Middle-Endian
- Little-Endian
- Byte Order Mark
- Parallel Interface
- Virtual Memory
- Motherboard
- Random Access Memory
- Smartphone
Related Articles

5 Ways to Get Value Out of Your Business Data

5 Challenges in Big Data Analytics to Watch Out For

Data Warehousing 101
Tech moves fast! Stay ahead of the curve with Techopedia!
Join nearly 200,000 subscribers who receive actionable tech insights from Techopedia.
- Data Governance Is Everyone's Business
- Key Applications for AI in the Supply Chain
- Service Mesh for Mere Mortals - Free 100+ page eBook
- Do You Need a Head of Remote?
- Web Data Collection in 2022 - Everything you need to know
- How to Protect Microsoft 365 from NOBELIUM Hackers
- 5 Steps to Streamline Security for your Hybrid Network