Penguin

Differences between version 4 and revision by previous author of BigEndian.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 4 Last edited on Friday, February 6, 2004 8:55:53 am by FahdKhan Revert
Older page: version 1 Last edited on Sunday, July 28, 2002 11:32:38 am by WikiAdmin Revert
@@ -1,5 +1,7 @@
 Big [Endian] is where you send/store the number 0x01020304 as "01 02 03 04". This was traditionally used for larger machines, and since larger machines had network connectivity, NetworkByteOrder has been traditionally BigEndian. 
  
-Humans are naturally BigEndian, we write numbers "1234" when we mean One thousand, two hundred and thirty four, not "4321 ". 
+English and most European languages are traditionally BigEndian: we write numbers "1234" when we mean "one thousand, two hundred and thirty four". By contrast , Semitic languages such as Arabic and Hebrew are LittleEndian -- despite the fact that the digits are written in the same order -- because those languages are read right-to-left. So "1234 " in Arabic is STILL "one thousand, two hundred and thirty four", it's just read out in reverse order
  
 Compare LittleEndian. 
+  
+Most [SiliconGraphicsIndy]'s are BigEndian.