<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
    <url>
        <loc>https://hexcalculator.dev/binary-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/binary-to-hex-converter.webp</image:loc>
            <image:title>How to Convert Binary to Hex — Worked Example</image:title>
            <image:caption>Step-by-step binary to hexadecimal conversion example: binary 110110111011 converts to hexadecimal DBB using the group-of-4 method — split into 4-bit groups, weight each bit by 8/4/2/1, then map the decimal result to its hex digit.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-binary-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-binary-converter.webp</image:loc>
            <image:title>How to Convert Hex to Binary — Worked Example</image:title>
            <image:caption>Step-by-step hexadecimal to binary conversion example: hex 3D9 converts to binary 0011 1101 1001 by converting each hex digit into its own 4-bit binary group and combining them.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/binary-to-octal-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/binary-to-octal-converter.webp</image:loc>
            <image:title>How to Convert Binary to Octal — Worked Example</image:title>
            <image:caption>Step-by-step binary to octal conversion example: binary 110101101 converts to octal 655 by grouping the bits into sets of 3 (from the right) and converting each group to its octal digit.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/octal-to-binary-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/octal-to-binary-converter.webp</image:loc>
            <image:title>How to Convert Octal to Binary — Worked Example</image:title>
            <image:caption>Step-by-step octal to binary conversion example: octal 573 converts to binary 101111011 by converting each octal digit into its own 3-bit binary group and combining them.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/decimal-to-binary-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/decimal-to-binary-converter.webp</image:loc>
            <image:title>How to Convert Decimal to Binary — Worked Example</image:title>
            <image:caption>Step-by-step decimal to binary conversion example: decimal 108 converts to binary 1101100 using repeated division by 2 — divide by 2 each time, record the remainder, and read the remainders from bottom to top.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/decimal-to-octal-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/decimal-to-octal-converter.webp</image:loc>
            <image:title>How to Convert Decimal to Octal — Worked Example</image:title>
            <image:caption>Step-by-step decimal to octal conversion example: decimal 500 converts to octal 764 using repeated division by 8 — divide by 8 each time, record the remainder, and read the remainders from bottom to top.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/decimal-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/decimal-to-hex-converter.webp</image:loc>
            <image:title>How to Convert Decimal to Hex — Worked Example</image:title>
            <image:caption>Step-by-step decimal to hex conversion example: decimal 2794 converts to hex AEA using repeated division by 16 — divide by 16 each time, record the remainder as a hex digit, and read the remainders from bottom to top.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/binary-to-decimal-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/binary-to-decimal-converter.webp</image:loc>
            <image:title>How to Convert Binary to Decimal — Worked Example</image:title>
            <image:caption>Step-by-step binary to decimal conversion example: binary 11010110 converts to decimal 214 using the weighted-sum method — multiply each bit by its place value (a power of 2) and add.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/octal-to-decimal-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/octal-to-decimal-converter.webp</image:loc>
            <image:title>How to Convert Octal to Decimal — Worked Example</image:title>
            <image:caption>Step-by-step octal to decimal conversion example: octal 573 converts to decimal 379 using the weighted-sum method — multiply each digit by its place value (a power of 8) and add.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-decimal-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-decimal-converter.webp</image:loc>
            <image:title>How to Convert Hex to Decimal — Worked Example</image:title>
            <image:caption>Step-by-step hexadecimal to decimal conversion example: hex 2FA converts to decimal 762 using the weighted-sum method — multiply each digit by its place value (a power of 16) and add.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-octal-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-octal-converter.webp</image:loc>
            <image:title>How to Convert Hex to Octal — Worked Example</image:title>
            <image:caption>Step-by-step hex to octal conversion example: hex 3D9 converts to octal 1731 by first expanding each hex digit into 4-bit binary, then regrouping the combined bits into sets of 3 and converting each group to its octal digit.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/octal-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/octal-to-hex-converter.webp</image:loc>
            <image:title>How to Convert Octal to Hex — Worked Example</image:title>
            <image:caption>Step-by-step octal to hex conversion example: octal 573 converts to hex 17B by first expanding each octal digit into 3-bit binary, then regrouping the combined bits into sets of 4 and converting each group to its hex digit.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/text-to-binary-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/text-to-binary-converter.webp</image:loc>
            <image:title>How to Convert Text to Binary — Worked Example</image:title>
            <image:caption>Step-by-step text to binary conversion example: the word Hi converts to binary 01001000 01101001 by looking up each character&#x27;s Unicode code point and writing it as 8-bit binary.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/binary-to-text-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/binary-to-text-converter.webp</image:loc>
            <image:title>How to Convert Binary to Text — Worked Example</image:title>
            <image:caption>Step-by-step binary to text conversion example: binary 01001000 01101001 decodes to the text Hi by converting each 8-bit group to a decimal code point and looking up its character.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/text-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/text-to-hex-converter.webp</image:loc>
            <image:title>How to Convert Text to Hex — Worked Example</image:title>
            <image:caption>Step-by-step text to hex conversion example: the word Cat converts to hex 43 61 74 by looking up each character&#x27;s decimal code point and converting it to hexadecimal.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-text-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-text-converter.webp</image:loc>
            <image:title>How to Convert Hex to Text — Worked Example</image:title>
            <image:caption>Step-by-step hex to text conversion example: hex 43 61 74 decodes to the text Cat by converting each hex value to a decimal code point and looking up its character.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/text-to-decimal-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/text-to-decimal-converter.webp</image:loc>
            <image:title>How to Convert Text to Decimal — Worked Example</image:title>
            <image:caption>Step-by-step text to decimal conversion example: the word Go converts to decimal 71 111 by looking up each character&#x27;s Unicode code point directly.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/decimal-to-text-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/decimal-to-text-converter.webp</image:loc>
            <image:title>How to Convert Decimal to Text — Worked Example</image:title>
            <image:caption>Step-by-step decimal to text conversion example: decimal code points 71 111 decode to the text Go by looking up the character for each code point directly.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/text-to-utf8-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/text-to-utf8-converter.webp</image:loc>
            <image:title>How to Convert Text to UTF-8 Hex — Worked Example</image:title>
            <image:caption>Step-by-step text to UTF-8 conversion example: the word cafe (with an accented e) encodes as UTF-8 bytes 63 61 66 C3 A9 — ASCII characters stay 1 byte each, while the accented character needs a real 2-byte sequence.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/text-to-ebcdic-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/text-to-ebcdic-converter.webp</image:loc>
            <image:title>How to Convert Text to EBCDIC Hex — Worked Example</image:title>
            <image:caption>Step-by-step text to EBCDIC conversion example: the text Hi! converts to EBCDIC (code page 037) hex C8 89 5A by looking up each character in the EBCDIC table instead of ASCII.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/decimal-to-bcd-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/decimal-to-bcd-converter.webp</image:loc>
            <image:title>How to Convert Decimal to BCD — Worked Example</image:title>
            <image:caption>Step-by-step decimal to BCD conversion example: decimal 47 converts to binary-coded decimal 0100 0111 by giving each digit its own 4-bit binary nibble instead of reweighing the whole number.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-base32-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-base32-converter.webp</image:loc>
            <image:title>How to Convert Hex to Base32 — Worked Example</image:title>
            <image:caption>Step-by-step hex to Base32 conversion example: hex 4869 (the bytes for &quot;Hi&quot;) encodes to RFC 4648 Base32 JBUQ==== by regrouping the raw bits into 5-bit chunks and mapping each chunk to the Base32 alphabet.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-base64-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-base64-converter.webp</image:loc>
            <image:title>How to Convert Hex to Base64 — Worked Example</image:title>
            <image:caption>Step-by-step hex to Base64 conversion example: hex 4869 (the bytes for &quot;Hi&quot;) encodes to standard Base64 SGk= by regrouping the raw bits into 6-bit chunks and mapping each chunk to the Base64 alphabet.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/signed-integer-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/signed-integer-to-hex-converter.webp</image:loc>
            <image:title>How to Convert Signed Integer to Hex — Worked Example</image:title>
            <image:caption>Step-by-step two&#x27;s complement conversion example: signed decimal -100 converts to 8-bit hex 9c by adding 2⁸ (256) to shift the negative value into the unsigned range, then converting to hex.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/ip-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/ip-to-hex-converter.webp</image:loc>
            <image:title>How to Convert IP to Hex — Worked Example</image:title>
            <image:caption>Step-by-step IPv4 to hex conversion example: 192.168.1.1 converts to hex C0A80101 by converting each dotted-decimal octet to a 2-digit hex byte and joining them in order.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/date-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/date-to-hex-converter.webp</image:loc>
            <image:title>How to Convert a Date to Hex — Worked Example</image:title>
            <image:caption>Step-by-step date to hex conversion example: 2026-01-15 12:00:00 UTC converts to Unix timestamp 1768478400, then to hex 6968d6c0.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/utf8-to-text-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/utf8-to-text-converter.webp</image:loc>
            <image:title>How to Convert UTF-8 Hex to Text — Worked Example</image:title>
            <image:caption>Step-by-step UTF-8 to text conversion example: UTF-8 bytes 63 61 66 C3 A9 decode to the text cafe by decoding single bytes directly and reassembling the 2-byte sequence into the accented character.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/ebcdic-to-text-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/ebcdic-to-text-converter.webp</image:loc>
            <image:title>How to Convert EBCDIC Hex to Text — Worked Example</image:title>
            <image:caption>Step-by-step EBCDIC to text conversion example: EBCDIC (code page 037) hex C8 89 5A decodes to the text Hi! by looking up each byte in the EBCDIC table instead of ASCII.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/bcd-to-decimal-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/bcd-to-decimal-converter.webp</image:loc>
            <image:title>How to Convert BCD to Decimal — Worked Example</image:title>
            <image:caption>Step-by-step BCD to decimal conversion example: binary-coded decimal 0100 0111 decodes to decimal 47 by reading each 4-bit nibble back as its own decimal digit.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/base32-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/base32-to-hex-converter.webp</image:loc>
            <image:title>How to Convert Base32 to Hex — Worked Example</image:title>
            <image:caption>Step-by-step Base32 to hex conversion example: RFC 4648 Base32 JBUQ==== decodes to hex 4869 (the bytes for &quot;Hi&quot;) by looking up each character&#x27;s 5-bit value and regrouping the merged bits into bytes.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/base64-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/base64-to-hex-converter.webp</image:loc>
            <image:title>How to Convert Base64 to Hex — Worked Example</image:title>
            <image:caption>Step-by-step Base64 to hex conversion example: standard Base64 SGk= decodes to hex 4869 (the bytes for &quot;Hi&quot;) by looking up each character&#x27;s 6-bit value and regrouping the merged bits into bytes.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-signed-integer-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-signed-integer-converter.webp</image:loc>
            <image:title>How to Convert Hex to Signed Integer — Worked Example</image:title>
            <image:caption>Step-by-step two&#x27;s complement decoding example: 8-bit hex 9c reads as unsigned decimal 156, and since that&#x27;s 2⁷ or higher, subtracting 2⁸ (256) gives the true signed value: -100.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-ip-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-ip-converter.webp</image:loc>
            <image:title>How to Convert Hex to IP Address — Worked Example</image:title>
            <image:caption>Step-by-step hex to IPv4 conversion example: hex C0A80101 converts to 192.168.1.1 by splitting into 4 hex byte pairs, converting each to decimal, and joining with dots.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-date-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-date-converter.webp</image:loc>
            <image:title>How to Convert Hex to a Date — Worked Example</image:title>
            <image:caption>Step-by-step hex to date conversion example: hex Unix timestamp 65a4e380 converts to decimal 1705304960, then to the readable date 2024-01-15 07:49:20 UTC.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-base16-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-base16-converter.webp</image:loc>
            <image:title>How to Convert Hex to Base16 — Worked Example</image:title>
            <image:caption>Hex to Base16 isn&#x27;t a real conversion — hex and Base16 are the same numeral system. This worked example shows 4a2f reformatted to 4A2F: the digit values never change, only case and prefix.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-base36-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-base36-converter.webp</image:loc>
            <image:title>How to Convert Hex to Base36 — Worked Example</image:title>
            <image:caption>Step-by-step hex to Base36 conversion example: hex 1a2b3c converts to Base36 10rb0 by first expanding to decimal 1715004, then dividing repeatedly by 36 and reading the remainders as Base36 digits.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/base36-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/base36-to-hex-converter.webp</image:loc>
            <image:title>How to Convert Base36 to Hex — Worked Example</image:title>
            <image:caption>Step-by-step Base36 to hex conversion example: Base36 abc123 converts to hex 252ce35b by first expanding to decimal 623698779, then dividing repeatedly by 16 and reading the remainders as hex digits.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/base12-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/base12-to-hex-converter.webp</image:loc>
            <image:title>How to Convert Base12 to Hex — Worked Example</image:title>
            <image:caption>Step-by-step Base12 (duodecimal) to hex conversion example: Base12 4a9 converts to hex 2c1 by first expanding to decimal 705 with the weighted-sum method, then dividing repeatedly by 16.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/little-endian-hex-to-decimal-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/little-endian-hex-to-decimal-converter.webp</image:loc>
            <image:title>How to Convert Little-Endian Hex to Decimal — Worked Example</image:title>
            <image:caption>Step-by-step little-endian hex to decimal conversion example: little-endian hex 3412 reverses to big-endian 1234, which reads as decimal 4660 — the way x86 systems actually store multi-byte values.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/decimal-to-little-endian-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/decimal-to-little-endian-hex-converter.webp</image:loc>
            <image:title>How to Convert Decimal to Little-Endian Hex — Worked Example</image:title>
            <image:caption>Step-by-step decimal to little-endian hex conversion example: decimal 4660 converts to hex 1234, split into bytes 12 and 34 and reversed to get the little-endian byte sequence 3412.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-int-in-csharp</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-int-in-csharp.webp</image:loc>
            <image:title>How to Convert Hex to Int in C# — Worked Example</image:title>
            <image:caption>Step-by-step hex to int conversion in C#: Convert.ToInt32(&quot;FF&quot;, 16) returns 255, shown alongside the weighted-sum math (F x 16 + F x 1) that produces the same result.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/int-to-hex-in-csharp</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/int-to-hex-in-csharp.webp</image:loc>
            <image:title>How to Convert Int to Hex in C# — Worked Example</image:title>
            <image:caption>Step-by-step int to hex conversion in C#: value.ToString(&quot;X&quot;) on 255 returns &quot;FF&quot;, shown alongside the repeated-division-by-16 math that produces the same result.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-decimal-in-awk</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-decimal-in-awk.webp</image:loc>
            <image:title>How to Convert Hex to Decimal in AWK — Worked Example</image:title>
            <image:caption>Step-by-step hex to decimal conversion in AWK: strtonum(&quot;0x&quot; hex) on &quot;ff&quot; returns 255, shown alongside the weighted-sum math (f x 16 + f x 1) that produces the same result.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-shift-calculator</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-shift-calculator.webp</image:loc>
            <image:title>How the Hex Shift Calculator Works — Worked Example</image:title>
            <image:caption>Step-by-step hex left-shift example: hex FF shifted left 4 bits becomes FF0 — convert to binary, shift left filling with zeros, then convert the result back to hex.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-bitwise-calculator</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-bitwise-calculator.webp</image:loc>
            <image:title>How the Hex Bitwise Calculator Works — Worked Example</image:title>
            <image:caption>Step-by-step hex bitwise AND example: F0 AND 0F equals 00 — convert both values to binary, AND each bit position together, then convert the result back to hex.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-calculator.webp</image:loc>
            <image:title>How the Hex Calculator Works — Worked Example</image:title>
            <image:caption>Step-by-step hex addition example: 1A + 5 equals 1F — convert both values to decimal, add them, then show the result in hex, decimal, and binary.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-crc-calculator</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-crc-calculator.webp</image:loc>
            <image:title>How the Hex CRC-32 Calculator Works — Worked Example</image:title>
            <image:caption>Step-by-step CRC-32 checksum example: the raw hex bytes of &quot;HEX&quot; (48 45 58) run through the standard CRC-32 (ISO-HDLC/zlib) algorithm to produce checksum 697667ec.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-twos-complement-calculator</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-twos-complement-calculator.webp</image:loc>
            <image:title>How the Hex Two&#x27;s Complement Calculator Works — Worked Example</image:title>
            <image:caption>Step-by-step two&#x27;s complement example: the 8-bit two&#x27;s complement of hex 2A is D6 — convert to binary, invert every bit, add 1, then convert the result back to hex.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-7-segment-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-7-segment-converter.webp</image:loc>
            <image:title>How the Hex to 7-Segment Converter Works — Worked Example</image:title>
            <image:caption>Step-by-step 7-segment display example: hex digit A lights up segments a, b, c, e, f, and g on a standard seven-segment display.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/rgb-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/rgb-to-hex-converter.webp</image:loc>
            <image:title>How to Convert RGB to Hex — Worked Example</image:title>
            <image:caption>Step-by-step RGB to hex conversion example: rgb(47, 143, 91) converts to hex #2F8F5B by converting each 0-255 channel to its 2-digit hexadecimal pair.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/rgba-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/rgba-to-hex-converter.webp</image:loc>
            <image:title>How to Convert RGBA to Hex — Worked Example</image:title>
            <image:caption>Step-by-step RGBA to hex conversion example: rgba(47, 143, 91, 0.5) converts to the 8-digit hex code #2F8F5B80 by converting each RGB channel to hex and scaling the 0-1 alpha value into a 4th hex pair.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hsl-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hsl-to-hex-converter.webp</image:loc>
            <image:title>How to Convert HSL to Hex — Worked Example</image:title>
            <image:caption>Step-by-step HSL to hex conversion example: hsl(200, 65%, 45%) converts to hex #288CBD by computing chroma bounds p and q from saturation and lightness, then interpolating each RGB channel by hue.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hsv-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hsv-to-hex-converter.webp</image:loc>
            <image:title>How to Convert HSV to Hex — Worked Example</image:title>
            <image:caption>Step-by-step HSV to hex conversion example: hsv(283, 51%, 71%) converts to hex #9B59B5 by finding the hue sector and blend factor, then computing each RGB channel from value, saturation, and the blend factor.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/cmyk-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/cmyk-to-hex-converter.webp</image:loc>
            <image:title>How to Convert CMYK to Hex — Worked Example</image:title>
            <image:caption>Step-by-step CMYK to hex conversion example: cmyk(0%, 45%, 85%, 10%) converts to hex #E67E22 by applying the print-to-screen formula 255×(1−channel)×(1−K) to each of the cyan, magenta, and yellow channels.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/uicolor-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/uicolor-to-hex-converter.webp</image:loc>
            <image:title>How to Convert UIColor to Hex — Worked Example</image:title>
            <image:caption>Step-by-step UIColor to hex conversion example: Swift&#x27;s UIColor(red: 0.18, green: 0.56, blue: 0.36) converts to hex #2E8F5C by multiplying each 0.0-1.0 float component by 255 and rounding.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-rgb-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-rgb-converter.webp</image:loc>
            <image:title>How to Convert Hex to RGB — Worked Example</image:title>
            <image:caption>Step-by-step hex to RGB conversion example: hex #2F8F5B converts to rgb(47, 143, 91) by splitting the code into three 2-digit hex pairs and converting each to decimal.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-rgba-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-rgba-converter.webp</image:loc>
            <image:title>How to Convert Hex to RGBA — Worked Example</image:title>
            <image:caption>Step-by-step hex to RGBA conversion example: 8-digit hex #2F8F5B80 converts to rgba(47, 143, 91, 0.5) by converting the first three hex pairs to decimal as usual, then scaling the 4th (alpha) hex pair from 0-255 back to a 0-1 value.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-hsl-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-hsl-converter.webp</image:loc>
            <image:title>How to Convert Hex to HSL — Worked Example</image:title>
            <image:caption>Step-by-step hex to HSL conversion example: hex #288CBD converts to hsl(200, 65%, 45%) by normalizing RGB to 0-1, finding the max and min channels, and deriving lightness, saturation, and hue.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-hsv-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-hsv-converter.webp</image:loc>
            <image:title>How to Convert Hex to HSV — Worked Example</image:title>
            <image:caption>Step-by-step hex to HSV conversion example: hex #9B59B5 converts to hsv(283, 51%, 71%) by normalizing RGB to 0-1, finding the max and min channels, and deriving value, saturation, and hue.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-cmyk-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-cmyk-converter.webp</image:loc>
            <image:title>How to Convert Hex to CMYK — Worked Example</image:title>
            <image:caption>Step-by-step hex to CMYK conversion example: hex #E67E22 converts to cmyk(0%, 45%, 85%, 10%) by normalizing RGB to 0-1, computing K from 1 minus the brightest channel, then deriving C, M, and Y.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-uicolor-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-uicolor-converter.webp</image:loc>
            <image:title>How to Convert Hex to UIColor — Worked Example</image:title>
            <image:caption>Step-by-step hex to UIColor conversion example: hex #2E8F5C converts to Swift&#x27;s UIColor(red: 0.180, green: 0.561, blue: 0.361) by splitting into hex pairs, converting each to decimal, then dividing by 255.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-color-tint-calculator</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-color-tint-calculator.webp</image:loc>
            <image:title>How the Hex Color Tint Calculator Works</image:title>
            <image:caption>Step-by-step example of the hex color tint formula: #FF6600 tinted 30% toward white becomes #FF944C by moving each RGB channel 30% of the way to 255.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-color-opacity-calculator</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-color-opacity-calculator.webp</image:loc>
            <image:title>How the Hex Color Opacity Calculator Works</image:title>
            <image:caption>Step-by-step example of the hex color opacity formula: a 50% opacity value converts to alpha byte 80, appended to #FF6600 to produce the 8-digit RGBA hex code #FF660080.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/color-difference-calculator</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/color-difference-calculator.webp</image:loc>
            <image:title>How the Color Difference Calculator Works</image:title>
            <image:caption>Step-by-step example of the color difference formula: the Euclidean RGB distance between #FF6600 and #3B82F6 is 315.8, or 71% different on a 0-100% scale.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-tailwind-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-tailwind-converter.webp</image:loc>
            <image:title>How to Convert Hex to Tailwind CSS — Worked Example</image:title>
            <image:caption>Step-by-step example of matching a hex color to Tailwind CSS&#x27;s public default palette: #10A8EA is nearest to sky-500 (#0EA5E9) by RGB distance, a 99% match.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/tailwind-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/tailwind-to-hex-converter.webp</image:loc>
            <image:title>How to Convert Tailwind CSS to Hex — Worked Example</image:title>
            <image:caption>Step-by-step example of looking up a Tailwind CSS class name in Tailwind&#x27;s public default palette: blue-500 maps to the exact hex value #3B82F6.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-ral-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-ral-converter.webp</image:loc>
            <image:title>How to Convert Hex to RAL — Worked Example</image:title>
            <image:caption>Step-by-step example of matching a hex color to a RAL code: #2470B5 is nearest to RAL 5015 Sky blue (#2271B3) by RGB distance. This is a nearest match from a small curated reference list, not official RAL data.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/ral-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/ral-to-hex-converter.webp</image:loc>
            <image:title>How to Convert RAL to Hex — Worked Example</image:title>
            <image:caption>Step-by-step example of looking up a RAL color name in a small curated reference list: RAL 5010 Gentian blue maps to the approximate hex value #0E294B — not official RAL data.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-pantone-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-pantone-converter.webp</image:loc>
            <image:title>How to Convert Hex to Pantone — Worked Example</image:title>
            <image:caption>Step-by-step example of matching a hex color to a Pantone name: #0060BB is nearest to Pantone 300 C (#005EB8) by RGB distance. This is a nearest match from a small curated reference list, not licensed Pantone data.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/pantone-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/pantone-to-hex-converter.webp</image:loc>
            <image:title>How to Convert Pantone to Hex — Worked Example</image:title>
            <image:caption>Step-by-step example of looking up a Pantone name in a small curated reference list: Pantone 186 C maps to the approximate hex value #C8102E — not licensed Pantone data.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/hex-to-benjamin-moore-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/hex-to-benjamin-moore-converter.webp</image:loc>
            <image:title>How to Convert Hex to Benjamin Moore — Worked Example</image:title>
            <image:caption>Step-by-step example of matching a hex color to a Benjamin Moore paint name: #3A4550 is nearest to Hale Navy HC-154 (#38424B) by RGB distance. This is a nearest match from a small curated reference list, not verified paint-brand data.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/benjamin-moore-to-hex-converter</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://hexcalculator.dev/images/infographics/benjamin-moore-to-hex-converter.webp</image:loc>
            <image:title>How to Convert Benjamin Moore to Hex — Worked Example</image:title>
            <image:caption>Step-by-step example of looking up a Benjamin Moore paint name in a small curated reference list: Hale Navy HC-154 maps to the approximate hex value #38424B — not verified paint-brand data.</image:caption>
        </image:image>
    </url>
    <url>
        <loc>https://hexcalculator.dev/about</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc>https://hexcalculator.dev/contact</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc>https://hexcalculator.dev/privacy</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc>https://hexcalculator.dev/terms</loc>
        <lastmod>2026-08-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
</urlset>
