| User: editor -- 2011-05-19 << 781 783 >> |
| Hits: 311 |
| Type: Bin Hex Oct Dec converter |
| Search all Bin Hex Oct Dec converter examples |
| Description: |
| How to convert asp code with ascii format to corresponding hexadecimal bytes that separated by comma? |
| Input Sample: |
| sub vbproc(num1,num2) response.write(num1*num2) end sub |
| Output Sample: |
| 73,75,62,20,76,62,70,72,6f,63,28,6e,75,6d,31,2c,6e,75,6d,32,29,a,72,65,73,70,6f,6e,73,65,2e,77,72,69,74,65,28,6e,75,6d,31,2a,6e,75,6d,32,29,a,65,6e,64,20,73,75,62,a, |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. ctrl-o open the text file that contains code 2. ctrl-h open 'replace' dialog * set 'search for pattern' to a single dot "." * set 'replace with pattern' to: 3. click 'Replace', the hex text is generated! 4. ctrl-s save to file. |
Screenshot 1: Replace_Window |
Similar Examples: |
| How to replace one part of html with corresponding part from another? (59%) How to change the number to the corresponding letter base on mapping table? (55%) How to convert the text from hex format to ascii format? (54%) How to convert date from seconds passed since 1970 to YMD format? (52%) How to convert the decimal IP address into binary format with 0 and 1? (50%) How to calculate Acc/Dis and corresponding 24 days' MA base on stock data? (50%) How to convert a text file to specified format? (48%) How to convert multiple text files from DOS format to UNIX format? (48%) |
Check Demo of Bin Hex Oct Dec converter |
| Keywords: |
| hexa asci hexadecimal asp dot oct dec converter converter bin hex oct dec bin hex oct hex oct hexadecimal file code asp convert asp code to hex hex ascii hexadecimal converter text hex to ascii search replace hexadecimal text format converter text converter |