﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/34" rel="self" type="application/rss+xml" />
        <title><![CDATA[Decimal, binary and hex representations]]></title>
        <description><![CDATA[<p>When working with any kind of digital system in which numbers are being represented, it is important to understand the different ways numbers are represented in these systems.</p><p>In electronics, almost without fail, numbers are represented by two voltage levels which can represent a one or a zero. The number system based on ones and zeroes is called the binary system: because there are only two possible digits. In HTML programming, colors can be represented by a 6-digit hexadecimal number: <em>FFFFFF</em> represents white whereas <em>000000</em> represents black.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/34/decimal-binary-and-hex-representations]]></link>
        <pubDate>Sat, 05 Feb 2022 16:08:14 +0000</pubDate>
        <language>en</language>
        <category>uncategorized</category>

        <image>
            <title>decimal-binary-and-hex-representations</title>
            <link><![CDATA[https://www.hibit.dev/posts/34/decimal-binary-and-hex-representations]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2022/headers/numbers.png]]></url>
            <width>382></width>
            <height>200></height>
        </image>
    </channel>
</rss>
