<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=Hexadecimal_Conversion</id>
	<title>Hexadecimal Conversion - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=Hexadecimal_Conversion"/>
	<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=Hexadecimal_Conversion&amp;action=history"/>
	<updated>2026-04-28T22:14:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://pickwiki.org/index.php?title=Hexadecimal_Conversion&amp;diff=1852&amp;oldid=prev</id>
		<title>Conversion script: link fix</title>
		<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=Hexadecimal_Conversion&amp;diff=1852&amp;oldid=prev"/>
		<updated>2015-02-26T23:48:54Z</updated>

		<summary type="html">&lt;p&gt;link fix&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;HomePage&amp;gt;&amp;gt;SourceCode&amp;gt;&amp;gt;[[BasicSource]]&lt;br /&gt;
&lt;br /&gt;
Converting bytes into hexadecimal and back in Universe.&lt;br /&gt;
&lt;br /&gt;
=== Bytes Values to/from Hexadecimal  ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HEX = OCONV(BYTES, &amp;quot;MX&amp;quot;)&lt;br /&gt;
BYTES = ICONV(HEX, &amp;quot;MX&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Numeric Values to/from Hexadecimal ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HEX = OCONV(NUMBER, &amp;quot;MCD&amp;quot;)&lt;br /&gt;
NUMBER = ICONV(HEX, &amp;quot;MCD&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
http://www.autopower.com/rgozar/pixel.gif&lt;/div&gt;</summary>
		<author><name>Conversion script</name></author>
	</entry>
</feed>