Type a number in any base — binary, octal, decimal or hex — and see it in all the others at once. Handles arbitrarily large integers.
Yes — conversion uses big-integer arithmetic, so precision isn't lost on long values.
Hexadecimal maps neatly to bytes (two digits per byte) — that's why memory addresses, colors and hashes use it.
Enter the sign explicitly; the tool converts the absolute value with the sign preserved.