Octal subtraction
ClientSubtract 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 addition — Add two octal integers—shows octal and decimal sum, browser-only. when the payload needs a different encoding or escape format.
- Octal ↔ decimal — Convert octal literals to decimal or decimal to octal—radix helper. when the payload needs a different encoding or escape format.
- Binary subtract — Subtract two binary numbers—decimal and binary difference in browser. when the payload needs a different encoding or escape format.
- Hexadecimal subtract — Subtract 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.
More tools
Related utilities you can open in another tab—mostly client-side.
Octal addition
ClientAdd two octal integers—shows octal and decimal sum, browser-only.
Octal ↔ decimal
ClientConvert octal literals to decimal or decimal to octal—radix helper.
Binary subtract
ClientSubtract two binary numbers—decimal and binary difference in browser.
Hexadecimal subtract
ClientSubtract two hexadecimal integers—shows hex and decimal difference, local only.