Code Monkey home page Code Monkey logo

text-converter's Introduction

Text Converter

License: MIT stability-stable

preview

This tool is a utility program that allows you to easily convert text.

Features

  • Convert Hexadecimal to Decimal.
  • Convert Decimal to Hexadecimal.
  • Convert ASCII/ANSI to Hexadecimal.
  • Convert Hexadecimal to ASCII/ANSI.
  • Convert ASCII/ANSI to Decimal.
  • Convert Decimal to ASCII/ANSI.
  • Convert ASCII/ANSI to Multy Byte UTF-8.
  • Convert Multy Byte UTF-8 to ASCII/ANSI.
  • Convert ASCII/ANSI to Java.
  • Convert ASCII/ANSI to Visual Basic.

Examples

  • Hexa2Dec: FF FF FF => 255 255 255
  • Dec2Hexa: 255 255 255 => FF FF FF
  • ANSI2Hexa: foo => 66 6F 6F
  • Hexa2ANSI: 66 6F 6F => foo
  • ANSI2Dec: foo => 102 111 111
  • Dec2ANSI: 102 111 111 => foo
  • ANSI2Java: foo => \u0066 + \u006F + \u006F
  • ANSI2VB: foo => Chr(&H66) + Chr(&H6F) + Chr(&H6F)

Getting Started

This page will help you get started with Text Converter.

Requirements

  • Windows version compatible with Visual Basic 6.0
  • Microsoft Visual Basic 6.0

Installation

  1. Clone or Download this repository
  2. Unzip the archive if needed
  3. Start Microsoft Visual Basic 6.0
  4. Goto "File" > "Open project" > Search "TextConverter.vbp" file

Built With

  • Microsoft Visual Studio 6.0

Authors

See also the list of contributors who participated in this project.

License

Text Converter is licensed under the MIT License - see the MIT License for details.

text-converter's People

Contributors

manuelgil avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

xxdoc meslubi2021

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.