Octal subtraction

Client

Subtract octal values—companion to octal add for permission and base-8 drills.

How to use

Enter minuend and subtrahend in octal.

About Octal subtraction

Subtract two octal integers—octal and decimal difference in browser. The interactive transform on this page runs in your browser tab—Toolcore does not need your paste for the core operation described above.

How to use this page

Paste or type in the main workspace, run the primary action from the toolbar, then copy or download the result. Use Load example when the page offers it, or URL prefill (?q= / ?qb=) so agents and tickets open the same input.

20 − 7 = 0o11 (9 decimal)

Nearby workflows on Toolcore

  • Octal additionAdd two octal integers—shows octal and decimal sum, browser-only. when the payload needs a different encoding or escape format.
  • Octal ↔ decimalConvert octal literals to decimal or decimal to octal—radix helper. when the payload needs a different encoding or escape format.
  • Binary subtractSubtract two binary numbers—decimal and binary difference in browser. when the payload needs a different encoding or escape format.
  • Hexadecimal subtractSubtract two hexadecimal integers—shows hex and decimal difference, local only. when the payload needs a different encoding or escape format.

Common use cases

  • Difference between two chmod masks.
  • Base-8 homework checks.

Common mistakes to avoid

  • Negative results

    Shown with minus on the octal magnitude.

FAQ

Big values?

Uses BigInt for large octal strings.

Related utilities you can open in another tab—mostly client-side.