> ###
> A simple program for converting values between binary-, octal-,
> decimal- and hexadecimal systems and ascii and 32 -bit floating
> point numbers. The desired number system can be chosen from
> popupmenus, and values can be typed in the input text field. Haxor
> will automatically update converted value to the other text field in
> selected number system. Haxor is completely free program that is
> primarily designed for programmers, editors and for those who want
> to learn or convert values between different number systems.
>
>
Modes and symbols:
* DEC: decimals system, numbers 0 - 9 and value range -2147483648 -
2147483648.
* HEX: 16 -base (hexadecimal) system, numbers 0 - F, value rangle 0
- FFFFFFFF.
* BIN: 2 -base (binary) system, numbers 0 and 1, all combinations of
32 numbers.
* OCT: 8 -base (octal) system, numbers 0 -7. Range 0 - 37777777777.
* FP: decimal value in floating point format. Floating point value
is not equal with normal decimal value.
* ASCII: letters and other symbols, any 1- 4 symbol queues.
* NaN: Impossible.
* Inf: Infinity.
* Minus sign: you can use '-' with decimal and floating point
values.
It is possible to write incorrect values to text fields, but result
will be also incorrect.