<?php require_once '../src/Mind.php'; $Mind = new Mind(); $data = 'Ali Y?lmaz'; echo $Mind->stringToBinary($data);
info at phpclasses dot org