ramian Posted May 8, 2004 Share Posted May 8, 2004 I've got a lot of registry values in hex format such as the one below [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\DefaultIcon] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,48,00,\ 45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,33,\ 00,35,00,00,00 Is there a program which can convert this hex string into a binary string so that I can read it. Then when I've changed it to what I want, convert the binary string back to hex value in the format which is supported by Windows Registry Editor 5. Thanks! Link to comment https://www.neowin.net/forum/topic/165064-hex-string-to-binary-string-converter/ Share on other sites More sharing options...
0 CoolCatBad Posted May 8, 2004 Share Posted May 8, 2004 Hexplorer gives you a dual-pane view for easy editing. Save-as .reg or whatever when you finish. http://artemis.wszib.edu.pl/~mdudek/ Link to comment https://www.neowin.net/forum/topic/165064-hex-string-to-binary-string-converter/#findComment-2077196 Share on other sites More sharing options...
0 ramian Posted May 9, 2004 Author Share Posted May 9, 2004 thanks, i'll give it a go. Link to comment https://www.neowin.net/forum/topic/165064-hex-string-to-binary-string-converter/#findComment-2080686 Share on other sites More sharing options...
Question
ramian
I've got a lot of registry values in hex format such as the one below
Is there a program which can convert this hex string into a binary string so that I can read it. Then when I've changed it to what I want, convert the binary string back to hex value in the format which is supported by Windows Registry Editor 5.
Thanks!
Link to comment
https://www.neowin.net/forum/topic/165064-hex-string-to-binary-string-converter/Share on other sites
2 answers to this question
Recommended Posts