Back

What is Endianness?

Understanding how computers store data.

15 January 2026

The basics: What is endianness?

Endianness refers to how computers store multi-byte data — like integers — in memory. Take the hexadecimal number 0x12345678. It’s made up of four bytes, but the question is: which byte gets stored first?

  • Big-endian systems are the posh, logical ones. They store the most significant byte first — so the bytes go in this order: 0x12, then 0x34, 0x56, and finally 0x78. This matches how humans naturally read numbers, from left to right.
  • Little-endian systems, on the other hand, store the least significant byte first — so it’s 0x78, then 0x56, 0x34, and 0x12. This upside-down ordering was popularised by Intel processors and dominates in personal computers today.

Why do both big-endian and little-endian exist?

The story dates back to the 1980s, when different CPU designers chose different conventions — much like the infamous “egg war” from Jonathan Swift’s Gulliver’s Travels, where two factions fought over which end of an egg to crack: the big end or the little end. The term “endianness” actually comes from this satirical tale — proof that some computing disputes are centuries old!

  • Big-endian is commonly used in networking protocols, making data transmission more predictable.
  • Little-endian is widespread in everyday computing, especially on Intel and compatible processors.
  • Some processors, like ARM, can switch between both — like a chameleon adapting its colours.

Is one better than the other?

Not really. Endianness is just a convention — similar to whether we drive on the left or right side of the road. The trouble only comes when data is shared between systems using different conventions, leading to potential confusion (and program crashes).

So next time your code glitches because bytes are in the wrong order, blame it on the great egg war of computing history!

Want to dive deeper into how computers work behind the scenes?

Watch the full video to explore endianness and more fascinating computer science concepts. 

For more Lesson Hacker videos, check out the Craig’n’Dave YouTube playlist HERE.

Be sure to visit our website for more insights into the world of technology and the best teaching resources for computer science and business studies.

Stay informed, stay curious!

Related posts

Do we need government AI copyright laws?

AI is transforming creativity — but are we protecting the people behind the art? We explore the UK’s heated debate over AI copyright laws and what they mean for creators and innovation.

8 April 2026

How Do Map Apps Work?

Discover how your map app uses graph theory and clever algorithms to find the fastest route, even before you spot the traffic jam. It’s the smart tech behind every turn and reroute you trust.

What is Chip Binning?

Chip binning is how manufacturers sort silicon chips based on their performance, turning some into high-speed processors and others into more modest models. It’s like baking cookies—some come out perfect, others just good enough.

Meet Dodona: A powerful coding platform built for real classrooms

Discover how Dodona is transforming programming lessons with a powerful, classroom-ready platform built by educators. With the integration of Time2Code, it’s never been easier to deliver engaging, structured coding lessons while saving time and reducing hassle.

Students looking at a hill to climb.

Goals version 2

Until now, the Terms goal has used the Leitner system to determine what students should complete each week. This approach […]

4 April 2026

Differentiation is dead

For decades, teachers were told that differentiation was the golden ticket. If we could just tailor the right task to […]

3 April 2026

It’s not in the mark scheme

Just because it’s not in the mark scheme doesn’t mean it’s wrong — Quicksort proves there are often multiple valid ways to reach the same correct answer.
Understanding the principles behind algorithms matters far more than memorising a single “approved” method.

27 March 2026

Festival Of Computing OCR Fringe Event 2026

The Festival of Computing 2026, co-founded and hosted by Bromsgrove School with AQA as headline sponsor, is the UK’s ultimate […]

24 March 2026

VEX Robotics is inspiring the next generation of Computer Scientists

If you’ve ever wondered how to make computing more engaging for your students, you need to know about VEX Robotics.  […]

18 March 2026