Hex कन्वर्टर
इनपुट
आउटपुट
Hex Converter
Hexadecimal (Hex) is a positional numeral system with a radix, or base, of 16.
- Enter your text or Hex string in the input field.
- Click "Encode" to convert text to a Hex string.
- Click "Decode" to convert a Hex string back to text.
- Copy the result from the output field.
FAQ
What is Hexadecimal?
Hexadecimal is a base-16 number system. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A–F (or a–f) to represent values ten to fifteen.
Where is Hex used?
It is widely used in computer science and digital electronics to represent binary values in a more human-readable form.