This tool is a utility program that allows you to easily convert text.
- 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.
Hexa2Dec
: FF FF FF => 255 255 255Dec2Hexa
: 255 255 255 => FF FF FFANSI2Hexa
: foo => 66 6F 6FHexa2ANSI
: 66 6F 6F => fooANSI2Dec
: foo => 102 111 111Dec2ANSI
: 102 111 111 => fooANSI2Java
: foo => \u0066 + \u006F + \u006FANSI2VB
: foo => Chr(&H66) + Chr(&H6F) + Chr(&H6F)
This page will help you get started with Text Converter.
- Windows version compatible with Visual Basic 6.0
- Microsoft Visual Basic 6.0
- Clone or Download this repository
- Unzip the archive if needed
- Start Microsoft Visual Basic 6.0
- Goto "File" > "Open project" > Search "TextConverter.vbp" file
- Microsoft Visual Studio 6.0
- Manuel Gil - Owner - ManuelGil
See also the list of contributors who participated in this project.
Text Converter is licensed under the MIT License - see the MIT License for details.