Login
Sign Up
Home
Program
Project
My Zone
Support
Show Code
Browse Program
Search Program
Convert String to ascii or hexa or binary
Input Variables
Output Variables
Program Code
Description
Variable Name *
(dynamic type)
*
!
UP
Down
Delete
Default Value *
*
Description *
*
Multi Lines
Variable Name *
(dynamic type)
*
UP
Down
Delete
Description *
*
Variable Name *
(dynamic type)
*
UP
Down
Delete
Description *
*
Variable Name *
(dynamic type)
*
UP
Down
Delete
Description *
*
Input Variables List
Output Variables List
Source Code
byte[] temp= UnicodeEncoding.Convert(Encoding.Unicode, Encoding.ASCII, new UnicodeEncoding().GetBytes(s.ToString())); a=""; foreach(var c in temp) { a=a+c.ToString()+" "; } b=""; foreach(var c in temp) { b=b+Convert.ToString(c, 2)+" "; } h=""; foreach(var c in temp) { h=h+Convert.ToString(c, 16)+" "; }
Subject
Description
This tool can be called as (HAC) HIOX ASCII (Decimal Binary Hexa decimal) Convertor. This online utility is primarily intended to help people in converting or calculating strings (e.g: sadfas) to different modes namely, String to ASCII converter / String (ASCII) to Hexadecimal converter / String (ASCII) to Decimal Converter / String (ASCII) to Binary Convertor. The value calculation can be taken as octet string values.
Category
Mathematics
Created By
tech
Created Date
11/28/2010
Last Modify Date
11/28/2010
Calculation Count
991
Version
1.00
Positive
0
Neutral
0
Negative
0
Related Program ID
40 , 41 , 42
Copyright ©2009-2010 CUI WEI. All Rights Reserved.