All Conversion Tools
Use search for exact tasks or browse by category when you need related tools in sequence.
Search Results For "number-systems"
16 tools matched your query.
NumberBinary to Decimal
Translate one exact integer representation from base 2 to base 10. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberDecimal to Binary
Translate one exact integer representation from base 10 to base 2. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberHEX to Decimal
Translate one exact integer representation from base 16 to base 10. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberDecimal to HEX
Translate one exact integer representation from base 10 to base 16. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberBinary to HEX
Translate one exact integer representation from base 2 to base 16. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberHEX to Binary
Translate one exact integer representation from base 16 to base 2. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberOctal to Decimal
Translate one exact integer representation from base 8 to base 10. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberDecimal to Octal
Translate one exact integer representation from base 10 to base 8. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberBinary to Octal
Translate one exact integer representation from base 2 to base 8. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberOctal to Binary
Translate one exact integer representation from base 8 to base 2. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberHEX to Octal
Translate one exact integer representation from base 16 to base 8. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberOctal to HEX
Translate one exact integer representation from base 8 to base 16. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberBinary to Text
Decode complete 8-bit binary tokens as strict UTF-8. UTF-8 byte encoding; text is not ordinary numeric base conversion.
NumberText to Binary
Encode Unicode scalar text as UTF-8 bytes. UTF-8 byte encoding; text is not ordinary numeric base conversion.
NumberASCII to HEX
Encode strict 7-bit ASCII as two-digit hexadecimal bytes. Strict 7-bit ASCII; non-ASCII Unicode text is rejected.
NumberHEX to ASCII
Decode two-digit hexadecimal bytes only when every byte is ASCII. Strict 7-bit ASCII; non-ASCII Unicode text is rejected.