The
Decimal
and
Hex
values must be 16 bit
(i.e.: 0 to65535) and the
Binary
part only works
for 8 bit values (i.e.: 0 to255).
Characters in the
Hex
field that are
greater than "F" and characters in
the
Binary
field that are
not "1" are treated as zero.
Alphabetic characters in the
Decimal
field will
generally be ignored(i.e.: 24abc3 = 24) unless they are in the
first position (i.e.: a123), then badthings will happen
:).
Java script for this form borrowed from :
http://www.geko.net.au/~steves/java/dhbcalc.html