
Use our string function online tools to convert a string. Here's a list of the functions you can use with String Function in order to convert any string.
The hexadecimal, decimal, binary or octal bases are just different ways to represent a numeric value.
We are used to count using the decimal base: 0,1,2 ... 9, then 10 to 19, then 20 to 29 ...
Using a hexadecimal base is just another way to count, we count from 0 to F, then we start again with 10 to 1f, then 20 to 2f ...
Octal and hexadecimal can be used to represent a binary value in different bases. It simply makes it easier to read! This is one of the reasons why we use it.
A hexadecimal value represents a group of 4 binary bits
Simple example:
Binary: 1001 1100 -> Hex: 9 c
A group of 8 bits is simply a bytes (octets). In computer system, we use bytes, which can be represented by two hexadecimal value:
Binary: 0000 0000 -> Hex: 00
Binary: 1111 1111 -> Hex: FF
For example, we can use hexadecimal in programming language (usually in low-level programming language) to represent the address of a variable in memory. It is simply easier to read than binary AND it represents the same value.
This is the same way for octal value. In that case it represents a group of 3 binary bits
Hi guys, I got the new iphone 4, I should be reviewing this iphone 4 and his case very soon!
July 6th, 2010
Here's my review on justhost web hosting service
May 14th, 2010
We will be talking about hosting server, dedicated server and shared server very soon!. We will be talking about C# and hosting servers
May 8th, 2010
Our next post will be:What's the best c# book to learn c#.
May 2nd, 2010
We want to write a post about php books, about how to learn php, do you guys have any ideas?
April 29th, 2010
The String Function Tools are designed to give you the most-used string functions
4. Url Encoding
8. Url Decoding
10. Html Decoding
If you have a question, noticed a problem, want to share an idea or simply want to comment this page, fill the box below and hit the "Submit" button
String to Lowercase Converter -
String to Uppercase Converter -
String to Hex Converter
Hex to String Converter -
Reverse String Online -
String Length Function -
Html Decode Online
Html Encode Online -
Url Decode Online -
Url Encode Online -
Hex to Binary Converter
Binary to Hex Converter -
Hex to Decimal Converter -
Convert a Decimal to Hex -
Binary to Decimal Converter
Decimal to Binary Converter -
Md5 Hash Online -
Sha1 Hash Online -
Md5 Reverse Lookup
Sha1 Reverse Lookup -
Ascii to Binary Converter -
Ascii to Decimal Converter
Convert Hex to Rgb -
Convert Rgb to Hex
