The hexadecimal tag has no wiki summary.
-1
votes
0answers
36 views
Hex-editor with regex [closed]
I'm looking for a hex-editor with regex or other options where I can search and replace bytes by a certain set of rules, like increment a selection by x.
I know vim may able to do it, but I don't ...
2
votes
2answers
69 views
A calculator that shows both hex and decimal at the same time
I'm looking for a Windows calculator that has a dual dec/hex display.
That is, assuming I'm adding in Hex mode, I want to have another line showing me the decimal value of my current Hex calculation.
...
0
votes
1answer
26 views
show hexadecimal/ASCII codes on NP++6.3
Ia there a way to show the hexadecimal/ASCII for all text showing in the editor?
I use XP and NP++6.3
Thanks
Masoud
0
votes
1answer
57 views
How do I input color values into the Adobe color picker in hexadecimal?
I have some C# code (though it could be any language) and I am trying to copy the colors used therein into an Illustrator design.
Here's the code:
private static readonly Dictionary<string, ...
0
votes
1answer
29 views
HEXtoDEC with Text ouput issue
I am using Excel 2010 and performing a hextodec conversion with text appended to end. If I have a HEX value of 00B60000 that is located in cell D3 and apply the formula ...
0
votes
3answers
65 views
Program used to find the HexCode of a given color
I was wondering if there is a program that could take a color that you have, and return the hex code for it.
I have been trying to match the color against samples online but still haven't found the ...
1
vote
2answers
767 views
Convert hex file to binary file on Windows?
I have a hex file that I am attempting to convert to binary. I have performed this on Linux before using the command:
xxd -r -p mykey.hex > mykey.bin
But I cannot figure out how to do this same ...
3
votes
2answers
434 views
How to format a Microsoft Excel 2007 cell in hexadecimal?
I would like a format a cell in Microsoft Excel 2007 in hexadecimal but am not finding how to do this.
Is there a built-in way to change the base from 10 to 16 for a cell?
0
votes
0answers
97 views
Entering Unicode Characters using NumPad in Chrome conflicting with Options Menu
TL;DR: Can't use E while entering Unicode on NumPad — conflicting with Options menu
OK, so I finally got entering Hex Unicode chars on my laptop using the NumPad working using this answer from ...
0
votes
0answers
116 views
How to input 64-bit hex values in octave
I'm trying to use Octave as a programmer's calculator. I want to input a 64-bit pointer, but when I do apparently the 64-bit value gets silently truncated to 32-bit:
octave:44> ...
1
vote
2answers
2k views
How can I convert a hex number to a decimal number in Excel?
I have a cell containing this value:
0x00006cd2c0306953
and I want to convert it to a number.
I tried:
=HEX2DEC(C8)
where C8 is the cell containing my hex value.
I get a #NUM error.
What am I ...
1
vote
1answer
96 views
How to get colour variations
I've got a colour scheme based on this link http://colorschemedesigner.com/#0141EmAMqnBmd
I need a total of 6 colours divided into 2 groups based on just two of the outlined colours below. Apologies ...
0
votes
1answer
188 views
How can I make a complete list of HEX values for aweb colors? [closed]
I want to make a complete list of all color values available in HEX (e.g., #ffffff, ff00ff) but my brain cannot function that abstractly. any one know how many combinations there are?
2
votes
1answer
117 views
How do twelve-character color codes work? [duplicate]
Possible Duplicate:
48-bit colours?
I'm using the Xfce 4.10 desktop environment on Ubuntu 12.04. While trying to get things the way I want I came across #aaaaaaaaaaaa and #666666666666 in ...
1
vote
1answer
91 views
What's the first column of numbers in a HEX dump of a certain file?
For example,
00000200 6E 74 3D 22 49 45 3D 65 64 67 65 22 20 2F 3E 0D nt="IE=edge" />.
00000210 0A 20 20 20 20 3C 6D 65 74 61 20 6E 61 6D 65 3D . <meta name=
3
votes
1answer
160 views
File format of encrypted file
I am interested in understanding the format of the encrypted files produced by the application Data Guardian.
From what I can tell some sort of transformation of the password is stored in the field ...
1
vote
3answers
678 views
Why using hexadecimal in computer is better than using octal?
What are benefits that hexadecimal provides? And is it really octal is less common than hexadecimal?
1
vote
2answers
1k views
How do you read a HEX partition table?
I'd like to know how to read a partition table to find out useful information such has how many partitions are on the drive, the size of the partitions and things like its starting and ending LBA ...
2
votes
1answer
498 views
how can I convert HEX numbers into Text in Excel 2007
I have one column (A) with decimal numbers
A second column currently has this function: =DEC2HEX(A1)
The second column currently shows the hex equivalent of the decimal number e.g. 14=E
I wish the ...
2
votes
3answers
441 views
What are these hex codes and how can they be decoded/encoded?
I have some interest if finding out a bit more about an exploit that was published that creates a root user in a linux machine; however, before I run the code, I want to make sure I understand all of ...
2
votes
3answers
335 views
Converting a series of bytes from hexadecimal numbers into decimal numbers
Is there an app/script out there that can convert a series of bytes from hex to dec (if not, is there an easy way to achieve this in the command prompt in a few lines)?
03 01 9d f0 b4 05 01 67 40 20 ...
4
votes
2answers
6k views
How to pad a file with “FF” using dd?
How to pad a file with 0xFF using dd?
This command will pad the output file with zeroes until the file size reaches 100 KB:
dd if=inputFile.bin ibs=1k count=100 of=paddedFile.bin conv=sync
...
2
votes
1answer
668 views
I have a binary or hex file cached in firefox. How can I make it a working file?
I can't download the file anymore, but it's still sitting in my firefox cache. Using about:cache, I can see the file as an xhtml page showing the encoding, filetype, etc... and then three columns of ...
2
votes
3answers
262 views
definitive list of colors by shade with hex values
I am looking for documentation on color. I need to know the hex values for a list of common named colors, and what hue they belong to. I would also like to know what the cutoff points are (in hex) ...
1
vote
3answers
9k views
Tool to convert a file of HEX to ASCII character set?
Question:
Is there a known tool to convert a file consisting of 2 byte Hex into ascii?
Note: - Maintain file offset listing in bytes
Example:
File contents:
00000000 0054 0065 0073 0074 0020 ...
3
votes
5answers
911 views
Is this Excel behaviour with a large hex number expected?
Sorry for the vague question title, but I'm not sure how best to couch this.
When I paste the following number into an Excel cell:
5000097208326954
it shows up as
5E+15
That's fine. I get that. ...
