Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

51.Bin Hex Oct Dec converter -- Convert a text from binary to hex

User: sysdemo -- 2007-11-25
Hits: 251
Type: Bin Hex Oct Dec converter   
Search all Bin Hex Oct Dec converter examples
Description:
Convert a text from binary to hex
Input Sample:
0101 1010 1010101 1001 - line1
101 101 111 10110 1011010 - line2
Output Sample:
5 a 55 9 - line1
5 5 7 16 5a - line2
Answer:
Hint: You need to Download and install "Replace Pioneer" to finish following steps.
1. ctrl-o open the file 
2. ctrl-h open replace dialog: 
Settings: 
1) Replace Unit=Word
2) Search for pattern:

3) Replace with pattern:

4) set 'If' as:

3. Click 'Replace'
Notes: User can get other conversions from menu "Replace: Replace by Template:Bin/Hex/Oct/Dec Conversion" directly.
Download Script:  scripts/51.rst

Similar Examples:
How to convert the text from decimal to hex in a file? (67%)
Convert text file to HTML (65%)
How to convert text will pig latin rules? (55%)
How to convert the text from hex to decimal in a file? (54%)
How to sort the text file by the date at the beginning of each line? (49%)
How to convert many html files to text files all at once? (49%)
How to convert each line of a text file to the new format? (48%)
How to convert the text format by user specified rules? (48%)

Check Demo of Bin Hex Oct Dec converter