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 an integer to a 2 byte Hex value in Python

For a tkinter GUI, I must read in a Hex address in the form of '0x00' to set …

python python-2.7 int hex data-conversion
Convert HEX column to DEC in MySQL

I am writing an application which will do some formatting to CSV file and uploads the table to mysql after …

php mysql hex decimal typeconverter
convert HEX string to Decimal in arduino

i have an Hex String like this : "0005607947" and want to convert it to Decimal number , i test it on this …

arduino hex decimal arduino-uno
how to convert hexadecimal to RGB

I want to make a conversion from hexadecimal to RGB, but the hexadecimal deal with a string like #FFFFFF. How …

objective-c ios cocoa-touch hex rgb
How to convert from 4-bit hexadecimal to 7-bit ASCII?

The assigment is to learn assembly programming by writing a subroutine that can convert between 4-bit hexadecimal and 7-bit ASCII. …

assembly hex mips nios
Converting from *.hex to *.bin for ARM on Linux

I want to upload program to my STM32F4 Discovery board using st-flash command. Problem is when I try to …

linux binary hex file-conversion stm32f4discovery
How to extract Raw of TCP packet using Scapy

I use the sniff function of scapy module. My filter and prn function are doing a great job. But now, …

python hex extract scapy
How to convert this hex string into a long?

I have: "0xE94C827CEB" in hex but as a string. Which is: 1002011000043 (dd mm yyyy HH mm ss) Unfortunately …

c# hex .net-micro-framework netduino
How to convert rgba to a transparency-adjusted-hex?

I'm wondering how to convert rgba into hex in a way that translates the visible rgba-color (including transparency) into a …

css colors hex transparency rgba
How to subtract or add two hexadecimal value in java

Is there a way of calculating two hexadecimal value without converting it to int? for example: String sHex = "f7c0"; …

java add subtraction hex