<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Convert Binary Number Into Decimal Equivalent on Sulprobil</title>
    <link>https://www.sulprobil.de/tags/convert-binary-number-into-decimal-equivalent/</link>
    <description>Recent content in Convert Binary Number Into Decimal Equivalent on Sulprobil</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 23 May 2026 06:56:00 +0100</lastBuildDate>
    <atom:link href="https://www.sulprobil.de/tags/convert-binary-number-into-decimal-equivalent/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>sbDec2Bin (VBA)</title>
      <link>https://www.sulprobil.de/sbdec2bin_en/</link>
      <pubDate>Sat, 23 May 2026 06:56:00 +0100</pubDate>
      <guid>https://www.sulprobil.de/sbdec2bin_en/</guid>
      <description>&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;What is the binary representation (bitlength = 256) of the decimal&#xA;number -872362346234627834628734627834627834628?&#xA;Don&amp;rsquo;t ask Excel&amp;rsquo;s built-in function &lt;em&gt;DEC2BIN&lt;/em&gt;.&#xA;It can only deal with numbers between -512 and 511.&#xA;If you want to get the correct answer&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;1111111111111111111111111111111111111111111111111111111111111111111111111111&#xA;1111111111111111111111111111111111111111111111111101011011111011010100011111&#xA;1001110111100101111001000010000111010110010010100110011010001001100111101010&#xA;0001010101001011110011111100&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;then have a look at the function &lt;em&gt;sbDec2Bin&lt;/em&gt; listed below.&lt;/p&gt;&#xA;&lt;p&gt;Please note that fractional parts are supported for positive decimals only.&#xA;The decimal 0.5 is in binary format equal to 0.1, for example.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
