{��Qe&%�֭֕P7�] to HEX. Simple, free, easy and powerful to to convert between a string and hexadecimal, may enter a link, video or image to encode/decode; even you may do with the remote URLs or upload your own files, also download as well or share your friends directly with their own languages." />{��Qe&%�֭֕P7�&lang=en" />{��Qe&%�֭֕P7�] to HEX. Simple, free, easy and powerful to to convert between a string and hexadecimal, may enter a link, video or image to encode/decode; even you may do with the remote URLs or upload your own files, also download as well or share your friends directly with their own languages." />{��Qe&%�֭֕P7�] to HEX. Simple, free, easy and powerful to to convert between a string and hexadecimal, may enter a link, video or image to encode/decode; even you may do with the remote URLs or upload your own files, also download as well or share your friends directly with their own languages." />{��Qe&%�֭֕P7�] to HEX. Simple, free, easy and powerful to to convert between a string and hexadecimal, may enter a link, video or image to encode/decode; even you may do with the remote URLs or upload your own files, also download as well or share your friends directly with their own languages."/>{��Qe&%�֭֕P7�&lang=en" />
Hexadecimal is a base 16 number system. The numbers 0 through 9 are represented by their corresponding letters (A through F). Numbers from 10 through 15 are represented by two digits, such as 1234 or ABCD. Hexadecimal numbers go beyond these limits, using four characters to represent numbers from 16 through 255.
You may open the browser and load the URL with the parameter like this:
https://tooly.win/text-hex-converter.html?input=your plain text you would like to encode
If you would like to encode content of the external URL, you may open the browser and load URL like this:
https://tooly.win/text-hex-converter.html?input=URL&content=fetch
More parameters for encoding your data:
space=true
if you would like to receive the encoded data with the spaces between bytesprepend=true
if you would like to receive the result that prepended every byte with 0xYou may open the browser and load the URL with the parameter like this:
https://tooly.win/text-hex-converter.html?code=your encoded data
If you would like to decode the external URL, you may open the browser and load URL like this:
https://tooly.win/text-hex-converter.html?code=URL
https://tooly.win/api/text-hex-converter/
Endpoint: POST https://tooly.win/api/text-hex-converter/
input
string
URL / your plain text you would like to encode
content
string
fetch
if your input is an URL and you would like to encode its content. Without this parameter, our tool would process your URL as text
space
boolean
true
if you would like to receive the encoded data with the spaces between bytes
prepend
boolean
true
if you would like to receive the result that prepended every byte with 0x
status
boolean
true
if your request is okay
result
string
the result of your request if there is no error
message
string
the message error if there is any error
curl
https://tooly.win/api/text-hex-converter/
-X POST -H 'Content-Type: application/json'
--data '{"input":"your plain text you would like to encode","space":true,"prepend":true}'
{
"status": true,
"result": "0x79 0x6f 0x75 0x72 0x20 0x70 0x6c 0x61 0x69 0x6e 0x20 0x74 0x65 0x78 0x74 0x20 0x79 0x6f 0x75 0x20 0x77 0x6f 0x75 0x6c 0x64 0x20 0x6c 0x69 0x6b 0x65 0x20 0x74 0x6f 0x20 0x65 0x6e 0x63 0x6f 0x64 0x65",
"messsage": "",
}
Endpoint: POST https://tooly.win/api/text-hex-converter/
code
string
URL / your encoded data
status
boolean
true
if your request is okay
result
string
the result of your request if there is no error
message
string
the message error if there is any error
curl
https://tooly.win/api/text-hex-converter/
-X POST -H 'Content-Type: application/json'
--data '{"code":"79 6f 75 72 20 65 6e 63 6f 64 65 64 20 64 61 74 61"}'
{
"status": true,
"result": "your encoded data",
"messsage": "",
}
Hexadecimal is a way of representing binary data in human-readable form. It was developed in the 19th century to allow computers to store large amounts of information.
You can use hexadecimal to convert between decimal and binary values. For example, converting 10011011001010 into hexadecimal would result in 0x4F. This means that the value 4F represents the binary number 100110110010110.
In mathematics and computer science, hexadecimal (also base 16, or hex) is a positional numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or alternatively a–f) to represent values ten to fifteen. For example, the hexadecimal number 2AF3 is equal, in decimal, to (2 × 163) + (10 × 162) + (15 × 161) + (3 × 160) , or 10,995.
Each hexadecimal digit represents four binary digits (bits) (also called a "nibble"), and the primary use of hexadecimal notation is as a human-friendly representation of binary coded values in computing and digital electronics. For example, byte values can range from 0 to 255 (decimal) but may be more conveniently represented as two hexadecimal digits in the range 00 through FF. Hexadecimal is also commonly used to represent computer memory addresses.
Hex is an abbreviation of Hexadecimal, which is based on a base -16 structure and is used for simplifying how instructions to computers are represented. This 16 symbols number system was developed as a means of inhibiting an 8-bit binary number, so data can be encoded into computers effortlessly. It can be imprinted and typed using two different hex digits with each hex digit demonstrating a nibble or perhaps a 4-bits format.
This number system uses 16 symbols that are represented in a range from 0-9 or A-F. The 0–9 represent numbers up to nine whereas A-F is represented by the numeric 10–15. As compared to the other three types of number systems, the hexadecimal numeral system is considered to be the most effective one.
Just tap then “Add to Home Screen”