Infix to postfix Converter

This is a tool to convert any infix expression to postfix expression with all steps shown in the table


How to use?

Enter any infix expression in the input box, for example: A+(B-C)*D/E^F

If using unary - or +, use $ instead. Example: a*-b must be entered as a*$b

Press Convert to get the postfix expression and table