Open-Source PHP Framework - Designed for rapid development of performance-oriented scalable applications

App Directory >> Binary Converter by Eric DavidEric David

Download this App

package
binary
version
1.0.0
license
Creative Commons

Binary Converter

A novel 2-way converter between binary and ASCII

Usage is simple:

echo get::helper('binary')->text2bin('ford');
//prints out: 01100110 01101111 01110010 01100100

echo get::helper('binary')->bin2text('01100110 01101111 01110010 01100100');
//prints out: ford


App Files