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.

Scanf unsigned char in hex

I am trying to change data in array, this is part of my code: u_char paket[100]; //here i put …

c hex scanf unsigned-char
How to write a HEX string into a file as HEX using REXX

I have a string 'RAJA' which should be written into a file as HEX data. Here are sample codes which …

file-io hex mainframe rexx
PHP Hex and Binary

I have a string in the following format: "0A1344010400010005" (hex representation) I would need to convert this string into an …

php binary hex crc16
right shift arithmetic and hexadecimal numbers

set 0x8675309F, %o1 sra %o1, 16, %o1 can someone please explain what sra is supposed to do here, i know …

assembly hex sparc
What does actual machine code look like at various points?

There seems to be many opinions on what machine code actually is. I've heard some say it's assembly, or binary, …

assembly hex machine-code machine-instruction
Convert hexadecimal string to long

I am trying to do an hexadecimal to integer conversion on a 32 bit machine. Here is the code I am …

c hex type-conversion integer-overflow strtol
Free Hex Editor that allows search and replace across files in folders and their subfolders etc

Looking for something like Neo Hex editor Pro and above but free that allows to replace hex, string etc. values …

hex hex-editors
Convert hex strings to integers

Visual Basic 2010: Recently in one of my projects I have been tasked with reading several data fields in hex. Each …

vb.net hex decimal valueconverter parity
ruby pack and hex values

A nibble is four bits. That means there are 16 (2^4) possible values. That means a nibble corresponds to a single hex …

ruby decoding pack hex unpack
Convert HEX to closest X11 Color Number

I'm looking for a Algorithm/Way to convert given HEX (e.g. #111111 R:0x11, G:0x11, B:0x11) to the …

algorithm colors hex x11