Binary Converter is a browser extenstion that converts numbers and ASCII text to Binary, Hex, Decimal and Octal number system.
Conversions based from https://www.rapidtables.com
Convert a number to and from the number systems:
- Binary - base 2
- Octal - base 8
- Decimal - base 10
- Hexadecimal - base 16
Convert ASCII text to:
- Binary
- Decimal
- Hexadecimal
You can also select the option checkbox to to prefix Hexadecimal and Binary with
0x
and0b
.