Converting between Hexadecimal, Binary, and Decimal Number Systems

in SciFi Multiverse2 days ago



bQuA1M8AwOedzYLa_4_Converting_Hexadecimal.webp

Converting between Hexadecimal, Binary, and Decimal Number Systems

In this video I go over the hexadecimal (or base sixteen) number system and show how to convert it to binary (base two) and decimal (base ten). The hex (for short) system involves 16 single digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F) which includes a combination of numbers and letters. As usual, the number "10" represents the transition number, so 10 (hex) is the equivalent to 16 (dec) = 2^4 (dec) or 1111 (binary). This is particular useful for condensing binary numbers into shorter digits. For example, 1 byte is 8 digits of 1s and 0s, from 0000 0000 to 1111 1111 (binary), and can be condensed to just 2 "nibbles" or digits 00 to FF (hex) — in decimal, this would be from 0 to 256. As such, hexadecimals are used often in computing to simplify and condense binary digits. YouTube - Summary - Notes - Playlist - MES Science playlist

#math #binary #hexadecimal #decimal #education


For the best experience view this post on Liketu