Replace Pioneer Home
All Examples
Free Download
all
Advanced search and replace
Replace text in multiple files
Regular expression replace
Batch file rename
Batch download
Text file parser
Text file splitter
Html text generator
Search replace binary
Random word generator
Count and statistics
Character encoding
Bin Hex Oct Dec converter
Text generator
Text sort
Text merge
Text data calculation
RSS: Replace Pioneer Examples
780.Bin Hex Oct Dec converter -- How to translate the hex number to decimal number inside a text file?
User:
editor -- 2011-05-16
<< 779
781 >>
Hits:
360
Type:
Bin Hex Oct Dec converter
Search all
Bin Hex Oct Dec converter
examples
Description:
How convert the hexadecimal number to decimal number inside a text file?
Input Sample:
Number 1 is 0x0b8c
Number 2 is 0x99dd33
Number 3 and 4 are 0xfb and 0xff
Output Sample:
Number 1 is 0x0b8c(2956)
Number 2 is 0x99dd33(10083635)
Number 3 and 4 are 0xfb(251) and 0xff(255)
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-o open the text file
2. ctrl-h open 'replace' dialog
* set 'search for pattern' to:
\b0[xX][0-9a-fA-F]+\b
* set 'replace with pattern' to:
$match\(calc(oct($match),'d')\)
3. click 'replace', done.
4. ctrl-s save to disk.
Screenshot 1: Replace_Window
Similar Examples:
How to replace a number with another number in same text file?
(70%)
How to calculate md5 hex value of each line of text file?
(66%)
How to delete duplicate numbers in every line in text file?
(65%)
How to calculate the summary of all numbers in multiple files?
(63%)
How to add sequence number for each non-blank line of a text file?
(62%)
How to remove the sequence number before each line of text file?
(61%)
How to reverse the order of all the lines in a text file?
(61%)
How to add a page number after every 40 lines in a text file?
(60%)
Check Demo of
Bin Hex Oct Dec converter
Keywords:
hexadecimal
hexa
translate
oct dec converter
converter
trans
bin hex oct
bin hex oct dec
hex oct dec
hex oct
hex translate
hexadecimal converter text
replace translate
search replace hexadecimal
hex to decimal converter
text to decimal converter
text converter
converter text