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.

Binary to Decimal previewNumber

Binary 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.

Decimal to Binary previewNumber

Decimal 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.

HEX to Decimal previewNumber

HEX 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.

Decimal to HEX previewNumber

Decimal 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.

Binary to HEX previewNumber

Binary 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.

HEX to Binary previewNumber

HEX 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.

Octal to Decimal previewNumber

Octal 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.

Decimal to Octal previewNumber

Decimal 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.

Binary to Octal previewNumber

Binary 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.

Octal to Binary previewNumber

Octal 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.

HEX to Octal previewNumber

HEX 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.

Octal to HEX previewNumber

Octal 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.

Binary to Text previewNumber

Binary to Text

Decode complete 8-bit binary tokens as strict UTF-8. UTF-8 byte encoding; text is not ordinary numeric base conversion.

Text to Binary previewNumber

Text to Binary

Encode Unicode scalar text as UTF-8 bytes. UTF-8 byte encoding; text is not ordinary numeric base conversion.

ASCII to HEX previewNumber

ASCII to HEX

Encode strict 7-bit ASCII as two-digit hexadecimal bytes. Strict 7-bit ASCII; non-ASCII Unicode text is rejected.

HEX to ASCII previewNumber

HEX to ASCII

Decode two-digit hexadecimal bytes only when every byte is ASCII. Strict 7-bit ASCII; non-ASCII Unicode text is rejected.