
Computer Science Converter
iPhone / Education
Easily and simultaneously convert between:
Unsigned Conversions:
- Decimal (dec)
- Binary (bin)
- Hexadecimal (hex)
- Octal (Oct)
Signed Conversions:
- 16-Bit Integers
- 32-Bit Integers
- Binary (Two’s Complement)
- Hexadecimal (Two’s Complement)
Text:
- String
- Decimal
- Binary (New)
- Hexadecimal
IP Addresses:
- Binary, and Decimal Conversions
Subnetting:
- Create and Find subnets
- Identifies IP address class
- Shows Subnet IDs for each subnet in binary and decimal
- Shows Broadcast ID and host range for each subnet ID
- Shows the total number of bits stolen, and the total number of hosts
Calculate Bitwise Operations:
- AND
- OR
- XOR
- NOT
- LEFT SHIFT
- RIGHT SHIFT
Good for computer science related tasks.
- Networking
- Assembly Language
- Language Processing
- Operating Systems
- etc.
Quoi de neuf dans la dernière version ?
Bug fixes
User interface enhancements
*Major Changes*
Version 3.0.0
New user interface
- Numbers: Calculate numeric conversions between Decimal (signed and unsigned integers), Binary, Octal, and Hex.
- Text: Convert between strings, decimal, binary, and hex.
- Network: Convert Ip Addresses between decimal and binary, and calculate subnets.
- Bitwise: Bitwise calculations.