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.

Convert integer to hex and hex to integer

So I have this query working (where signal_data is a column) in Sybase but it doesn't work in Microsoft …

sql sql-server integer hex
C++ cout hex values?

I want to do: int a = 255; cout << a; and have it show FF in the output, how would …

c++ hex cout
Python convert decimal to hex

I have a function here that converts decimal to hex but it prints it in reverse order. How would I …

python function decimal hex
How do you convert a byte array to a hexadecimal string in C?

I have: uint8 buf[] = {0, 1, 10, 11}; I want to convert the byte array to a string such that I can print the …

c string hex
How to create a hex dump of file containing only the hex characters without spaces in bash?

How do I create an unmodified hex dump of a binary file in Linux using bash? The od and hexdump …

linux bash hex
How to convert a hex string to hex number

I want to convert a hex string (ex: 0xAD4) to hex number, then to add 0x200 to that number and …

python string python-2.7 hex
PHP convert string to hex and hex to string

I got the problem when convert between this 2 type in PHP. This is the code I searched in google function …

php string hex
C++ convert string to hexadecimal and vice versa

What is the best way to convert a string to hex and vice versa in C++? Example: A string like "…

c++ string hex
Programmatically Lighten or Darken a hex color (or rgb, and blend colors)

Here is a function I was working on to programmatically lighten or darken a hex color by a specific amount. …

javascript colors hex
Convert string to hex-string in C#

I have a string like "sample". I want to get a string of it in hex format; like this: "796173767265" Please …

c# .net string hex