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
695.Bin Hex Oct Dec converter -- How to convert the decimal IP address into binary format with 0 and 1?
User:
editor -- 2011-01-10
<< 694
696 >>
Hits:
4288
Type:
Bin Hex Oct Dec converter
Search all
Bin Hex Oct Dec converter
examples
Description:
How to convert the decimal IP address into binary format with 0 and 1?
Input Sample:
173.25.4.6
221.18.17.112
19.43.5.81
...
Output Sample:
10101101.00011001.00000100.00000110
11011101.00010010.00010001.01110000
00010011.00101011.00000101.01010001
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-o open source text file containing IP address
2. ctrl-h open 'replace' window
* fill 'search for pattern' like:
(\d+)\.(\d+)\.(\d+)\.(\d+)
* fill 'replace with pattern' like:
calc($1,'08b').calc($2,'08b').calc($3,'08b').calc($4,'08b')
3. click 'replace', done!
4. ctrl-s save to file.
Screenshot 1: Replace_Window
Similar Examples:
How to convert Hexidecimal IP addresses in text file into decimal format?
(73%)
How to convert IP addresses in text file into Hexidecimal format?
(64%)
How to convert list of hexadecimal to binary ?
(62%)
How to convert the text from decimal to hex in a file?
(57%)
How to convert csv files into tables with html format?
(56%)
How to replace email address with its ROT13 encryption format?
(56%)
How to count how many IP addresses with different classes from web logs?
(56%)
How to convert numbers into scientific format with specified spacing?
(56%)
Check Demo of
Bin Hex Oct Dec converter
Keywords:
ddd
converter
oct dec converter
bin hex oct
bin hex oct dec
hex oct
hex oct dec
bin hex
decimal
oct
binary format to decimal
text file converter with search and replace
binary text converter
binary to text converter
text format converter
pattern to convert text to binary
decimal convert binary
binary to decimal