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 uint8_t hex value to binary

So like it says in the title I am trying to convert a hexadecimal into a binary. But the problem …

c binary hex bit-manipulation uint32-t
'scanHexInt32' was deprecated in iOS 13.0

What is alternate of scanHexInt32 in iOS 13 (Swift 5+)? extension UIColor { //-------------------------------------------- class func hexColor(hex:String) -> UIColor { var …

swift hex ios13 uicolor
Crypto.js decrypt with key and iv (vector) in byte arrays

I have to decrypt some strings which are AES encrypted. Example encrypted string: 129212143036071008133136215105140171136216244116 I have a key, and a vector (…

javascript encryption hex bytearray cryptojs
isHex() and isOcta() functions

I have Two Functions. IsOcta and isHex. Can not seem to make isHex work properly. Issue in isHex() is that …

php hex octal
R scatter plot with hexadecimal colors

I've got a CSV file with 3 columns, the X values, Y values, and their corresponding hexadecimal (#RRGGBB) values. I've been …

r colors hex factors
cryto.createHash sha512 with hexDigest input type

I am trying to get the same result I obtain at http://jssha.sourceforge.net/ where I have the word …

javascript node.js cryptography hex sha512
How would you go about converting a stored Hex value to it's binary equivalent using lc3/assembly code?

The values are stored in a .BLKW object and are loaded in a LOOP with LDR R0,R1,0 - ADD …

assembly binary hex lc3
Send hex command to ESC/POS Printer Android

I am working on an application that needs to print directly to an ESC/POS printer. Printing is fine, however …

java android printing hex thermal-printer
A way of getting a corresponding hex colour code given a Color object in Java?

I've inspected the Java class documentation for Color and found that I can generate a Color object from a hex …

java class colors hex decode