Top "Hex" questions

Hexadecimal (also base 16, or hex) is the base-16 positional numeral system, using the 16 symbols 0–9 and A‒F.

How to XOR two hex strings so that each byte is XORed separately?

I have been posting similar questions here for a couple of days now, but it seems like I was not …

python string hex encode xor
Read multiple bytes in Hexadecimal file using python

I have a hex file which appears as below:- 00000000 AA AA 11 FF EC FF E7 3E FA DA D8 78 39 75 89 4…

python parsing hex bytearray byte-shifting
CRC32 checksum in Python with hex input

I'm wanting to calculate the CRC32 checksum of a string of hex values in python. I found zlib.crc32(data) …

python string hex checksum crc32
C++ - Getting size in bits of integer

I need to know whether an integer is 32 bits long or not (I want to know if it's exactly 32 bits …

c++ c integer hex ifstream
Convert HEX to RGB in Excel

I have a column "HEX" and three columns "R", "G", and "B". How can I convert a HEX to RGB, …

excel excel-formula hex excel-2010 base
Converting a hex-string representation to actual bytes in Python

i need to load the third column of this text file as a hex string http://www.netmite.com/android/…

python hex representation
Writing a while loop in assembly

I'm trying to write a while loop in assembly with a 6502 processor and I cannot figure out how to write …

loops assembly while-loop hex 6502
Where did the octal/hex notations come from?

After all of this time, I've never thought to ask this question; I understand this came from c++, but what …

c hex octal
How would I create a hex dump utility in C++?

Basically, I need to write a hex dump utility using C++. It'll look something like this (Part of a Word …

c++ hex binaryfiles dump utility
Fastest way to encode cyrillic letters for url

If you copy the link below into the browser http://be.wikipedia.org/wiki/Беларусь it will show the Wiki article. …

javascript string url hex cyrillic