Encrypt Decrypt Text: QRCode APP
The text converter (type input box for encode, output box for decode):
- Text to ascii (ab -> 97 98)
- Text to binary (abc -> 01100001 01100010)
- Text to hex (ab -> 61 62)
- Text to octal (ab -> 141 142)
- Reverser text (abc def -> fed cba)
- Upper text (abc -> ABC)
- Lower text (AbC -> abc)
Scan and generate code : QR Code, Barcode, Code 39, Code 128, DataMatrix,... and support convert text to rows wizard, delimiters: |,#,; You can encrypts text before generate code