Download Text To Hexadecimal Translator For Windows 10

MS-Windows 95 / 98 / ME / NT / 2000 / XP with msvcrt.dll. If msvcrt.dll is not in your Windows/System folder, get it from Microsoft or by installing Internet Explorer 4.0 or higher. For example, the hexadecimal number 2AF3 is equal, in decimal, to (2 × 163) + (10 × 162) + (15 × 161) + (3 × 160), or 10,995. Each hexadecimal digit represents four binary digits (bits) (also called a 'nibble'), and the primary use of hexadecimal notation is as a human-friendly representation of binary coded values in computing and digital. This utility program creates an Intel HEX file from a BINARY file. Options for this utility program are listed below: Syntax: BIN2HEX /option binfile hexfile binfile is the binary input file hexfile is the Intel HEX file to create option may be any of the following /Ln Bytes to read f. Unicode Converter converts among character references (hex or decimal), HTML entities, and Unicode. Also view Unicode and values in chart and optionally output to a textbox. Hexadecimal representation (litteraly base 16) is a very handfull notation for computers because it's more compact than decimal to store numbers (for instance 2 000 000 in decimal will be 1E8480 in hexadecimal). Moreover, hexadecimal digits exactly corresponds to 4 bits, which allow to represent a byte with 2 hexadecimal digits.

  1. Download Text To Hexadecimal Translator For Windows 10 64
  2. Download Text To Hexadecimal Translator For Windows 10 32-bit
  3. Download Text To Hexadecimal Translator For Windows 10
  4. Hexadecimal Code Translator
Translator

Download Text To Hexadecimal Translator For Windows 10 64

The Windows registry is a database that contains thousands of settings and options to allow your computer to function. There is a built-in Registry Editor (regedit) that allows the user to make changes to the registry, although if used improperly, regedit could mess up your Windows install. One of the very useful functions that can be found in the Windows Registry Editor is the option to backup and restore certain parts of it, called export and import. Before making any changes in the registry, it’s always advisable to backup/export the registry keys first. You can do that by right clicking on the registry key that is located at the left hand side tree and select “Export”. Double clicking on the .reg file which you have backed up earlier will restore back the changes.

On the right hand side of the registry window, you will find the registry values. There are several different types of registry values, but the 6 you will find and can create in regedit are String, Binary, DWORD, QWORD, Multi-String and Expandable String. All of the values are displayed in standard ASCII text from the Windows Registry Editor which makes them easy to read. However, after exporting them to a file, you will notice that some of these values are displayed as “hex” text values and not the standard text you find in the registry.

To be more precise, only String (REG_SZ) and DWORD (REG_DWORD) values are displayed in clear text, while Binary (REG_BINARY), QWORD (REG_QWORD), Multi-String (REG_MULTI_SZ) and Expandable String values (REG_EXPAND_SZ) are in the hexadecimal format. If you want to view these hex values as clear-text inside a registry file, you can’t do it unless they are imported back into the registry. Another solution is to use a simple tool that can easily convert the registry hex values to more readable text values to make the data more understandable. Here’s 4 free tools that can help.

1. Raymondcc Reg DeHexer

If you want a simple to use tool that can convert the single line REG_EXPAND_SZ or multiple line REG_MULTI_SZ values from a registry file, then a small program we’ve created ourselves called Reg DeHexer could be useful. It will strip out all the Unicode and null characters etc, and show the decoded value in standard ASCII text format. All you have to do is copy the hex registry value from a registry file, the whole value or everything after the “=” is acceptable so the program can detect single or multiple lines. Then click paste to populate the top window from the clipboard and hit Convert to decode. You can highlight part or all of the result, right click and copy it. Reg DeHexer works on Windows XP and above and is a standalone executable.

Download Raymondcc RegDeHexer

2. OTConvertIt

Old Timer’s ConvertIt is a simple to use tool that will convert single and multiple hex strings to ASCII text and also the reverse of creating hex values from ASCII text. It supports both the old Windows 9x version 4 and the modern version 5 registry .reg files. Paste in the hex (everything after the colon in the .reg file) or text value, select the conversion method and click the button. The result is clean and stripped of erroneous characters. Hex(2) is for a single line value, Hex(7) is a multiple line value. OTConverIt is only 174KB in size and portable.

Download OTConvertIt

3. RegHexSee

ReHexSee is an old utility dating back tot 2003 and we couldn’t find the last minor updated version. It allows you to manually or automatically paste in the registry value (after the colon “:”) and will output the text result. The result isn’t perfect with the output formatting but will at least give you some idea what the text strings are. A useful option to convert text back into a standard hex value is also available with an optional tick box to output in Unicode. RegHexSee is portable and 400KB in size.

Download RegHexSee

4. Hex2Text

Unlike the other tools, Hex2Text is a command line only hexadecimal string to text converter. You will have to run this tool through the Command Prompt and specify the input filename and output filename. Here is an example of converting an exported backup.reg file to a readable backup.txt text file.

hex2text <input_filename> <output_filename>

The <input_filename> is the name of the file with the input hex to convert and <output_filename> is the name of the file where to save the output text.

Although Hex2Text will convert the hex strings without a problem, it does also try to convert everything else in the file, even if it’s standard ASCII text, so parsing a complete .reg file will produce a number of unreadable characters. For best results use a file with just hex values in the input file.

Download Hex2Text

You might also like:

2 Ways to Convert REG to EXE, BAT, VBS and AU3 to Bypass Registry Editing Restriction4 Ways to Edit Registry Key Values Without Booting into Windows5 Free Tools to Search and Replace a Word or Phrase Across Multiple Text FilesScan and Convert Images to Text with OCR, Optical Character Recognition7 Tools to Defrag and Compact the Windows Registry

Ikem2 years ago

The “hex2bin” website is down. But you find the site in the archive.org:

web.archive.org/web/20160713195953/http://thesite5.weebly.com/hex2text.html

Reply

Amazing technique to convert plain text into the binary, for my study purposes I often need to use some online tools. Before I found this, I used binarytranslator but when there is no internet, I could not do anything. Now with the help of this information, I can easily convert the text by my own. Thank you very much for sharing such information and looking forward to visiting this kind of blogs in the future as well.

HexadecimalReply
JamSmith4 years ago

Amazing!! All of these tools are looking really interesting!! For some time, I have been using binarytranslator tool to convert the plain text into the binary and binary into the Plain text. Now I have come to know about these tools so along with binarytranslator I am looking to use all these binaryconversion tools in the future.

Reply

Hi All, there’s a new tool and town, that decode Hex values for all entries. It’s called RegtoText and demo is available at regtotext.blogspot.ca !

Reply
Austin14 years ago

Martins’s program looks very nice on the blog page, but sadly it fails to run on my computer. I do not see any information on the blog page about system requirements, prices, or restrictions in the demo version of the program that is available on that web page.

Reply

A convenient way to get this info is export the key, not as a .reg but, select “save as type .txt” from the drop down. Along with the clear text (just as you would see it from within regedit) it gives you the LWT and class name.

Reply
gdv5 years ago
Translator

@Gary:
Oh, that’s really nice!

I especially like the fact that the Last Write Time (LWT) is included, since Regedit doesn’t display that info and I have previously had to fire up NirSoft RegScanner or Registrar Registry Manager to check when a key was last modified.

Reply

Hello,
Great tool Raymond!
The only thing is that it only decodes the latest Hex it founds. For example pasting a registry reg file like this:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesFSLXParametersFSL]
“ExcludePaths”=hex(7):30,00,78,00, .. etc…
“ProgramIgnoreList”=hex(7):5b,00,5f,00,42,00,5f,00,5d,00,50,00,52,00,4f,00,47,
00,52,00,41,00,4d,00,46,00,49, … etc…
Only decodes “ProgramIgnoreList”. If I want to decode “ExcludePaths” then I need to delete the latest key.

A great update would be to decode everything ;-)

Reply
Craig Jesson6 years ago

Download Text To Hexadecimal Translator For Windows 10 32-bit

I am having the same problem as Jeff Taylor above. When I paste the hex value into your program RegDeHexer and click on convert nothing happens. No output shows in the “Conversion result…” pane at the bottom of your program. I am running Windows 8.1 Pro 64bit.

Reply

On a different, but related, topic, some readers finding this post might be interested in knowing that converters are available to translate REG_BINARY strings exported from the Registry as HEX values. Many (perhaps most?) of those strings won’t have any text content, but some do.

All the converters for this job that I found through Google are web apps. I tested several, and the best I found was branah.com/ascii-converter. It will accept input in either ASCII, HEX, Decimal, or Binary formats, and simultaneously produce a conversion to all of the other types.

Hex

I really wanted an offline tool, but I ran out of patience with Googling before finding any. Besides the web apps, there are a lot of web pages that show how to prepare a script that will do the work (or part of it). Do you by chance know of any utility that will do this, and has an input interface like Reg Dehexer or OTConvertIt?

Reply
Jeff Taylor7 years ago

Thanks for putting up this post, and for the work that went into your research. A converter like this will often be very useful for me.

However, I had a fundamental problem using your Reg DeHexer–it wouldn’t work. I input a number of HEX strings that OTConvertIt handled perfectly (i.e., output matched what was shown in RegEdit). However, nothing happened when I tried the same strings with your tool. After clicking “Convert,” there was no output (i.e., the bottom pane remained empty), even when the processor was inactive.

Download Text To Hexadecimal Translator For Windows 10

For example, the following REG_MULTI_SZ value was created as part of a RegEdit export of keys in REGEDIT4 format from a Windows XP Registry:

“VSS Default Provider”=hex(7):5c,53,79,73,74,65,6d,20,56,6f,6c,75,6d,65,20,49,
6e,66,6f,72,6d,61,74,69,6f,6e,5c,2a,7b,33,38,30,38,38,37,36,42,2d,43,31,37,
36,2d,34,65,34,38,2d,42,37,41,45,2d,30,34,30,34,36,45,36,43,43,37,35,32,7d,
20,2f,73,00,00

Pasting the same HEX values (after the :) into OTConvertIT results in the following conversion: System Volume Information*{3808876B-C176-4e48-B7AE-04046E6CC752} /s

Reply

Hexadecimal Code Translator

Leave a Reply