Error Message
Hex to String converter is easy to use tool to convert Hex data to plain text. Copy, Paste and Convert to String.
Do you want to convert hex to letters, english, plain text, word?
What is Hex (Hexadecimal)?
In mathematics and computing, the hexadecimal (also base 16 or simply hex) numeral system is a positional numeral system that represents numbers using a radix (base) of 16. Unlike the decimal system representing numbers using 10 symbols, hexadecimal uses 16 distinct symbols, most often the symbols "0"–"9" to represent values 0 to 9, and "A"–"F" (or alternatively "a"–"f") to represent values from 10 to 15.
Software developers and system designers widely use hexadecimal numbers because they provide a human-friendly representation of binary-coded values. Each hexadecimal digit represents four bits (binary digits), also known as a nibble (or nybble). For example, an 8-bit byte can have values ranging from 00000000 to 11111111 in binary form, which can be conveniently represented as 00 to FF in hexadecimal.
In mathematics, a subscript is typically used to specify the base. For example, the decimal value 53,238 would be expressed in hexadecimal as CFF616. In programming, a number of notations are used to denote hexadecimal numbers, usually involving a prefix. The prefix 0x is used in C, which would denote this value as 0xCFF6.
Hexadecimal is used in the transfer encoding Base16, in which each byte of the plaintext is broken into two 4-bit values and represented by two hexadecimal digits.
What can you do with HexaDecimal to String Online?
- This tool saves your time and helps to convert hex to readable plain text data with ease.
- This tool allows loading the Hex data URL, which loads Hex and converts. Click on the URL button, Enter URL and Submit.
- Users can also convert Hex data File to plain english by uploading the file.
- This tool can be used as hex to xml, hex to json or hex to yaml conversion.
- Hex to String Online works well on Windows, MAC, Linux, Chrome, Firefox, Edge, and Safari.
Example of Hex to Text
Hexadecimal Text Try it.
476569636f
Plain Text
Geico
Table of Hex character to plain character
Hex (Base16) | Decimal (Base16) | Hex (Base16) | Decimal (Base16) |
---|---|---|---|
0 | 0 | 16 | 10 |
1 | 1 | 17 | 11 |
2 | 2 | 18 | 12 |
3 | 3 | 19 | 13 |
4 | 4 | 20 | 14 |
5 | 5 | 21 | 15 |
6 | 6 | 22 | 16 |
7 | 7 | 23 | 17 |
8 | 8 | 24 | 18 |
9 | 9 | 25 | 19 |
10 | A | 26 | 1A |
11 | B | 27 | 1B |
12 | C | 28 | 1C |
13 | D | 29 | 1D |
14 | E | 30 | 1E |
15 | F | 31 | 1F |
For Advanced Users
External URL
Load External URL in Browser URL like this
https://format.asia/
https://format.asia/hex-string-converter?url=https://format.asia/assets/data/hextotext.txt
Data as Parameter
Load Data in Browser URL input like this
https://format.asia/
https://format.asia/hex-string-converter?input= 476569636f