Content-Type: text/html
Content-Length: 678
bin: ^math:convert[ 10 ](10;2) 1010
oct: ^math:convert[ 10 ](10;8) 12
dec: ^math:convert[ 10 ](10;10) 10
hex: ^math:convert[ 10 ](10;16) A
bin: ^math:convert[ 32 ](10;2) 100000
oct: ^math:convert[ 32 ](10;8) 40
dec: ^math:convert[ 32 ](10;10) 32
hex: ^math:convert[ 32 ](10;16) 20
bin: ^math:convert[ 20](16;2) 100000
oct: ^math:convert[ 20](16;8) 40
dec: ^math:convert[ 20](16;10) 32
hex: ^math:convert[ 20](16;16) 20
bin: ^math:convert[ -240](10;2) -11110000
oct: ^math:convert[ -240](10;8) -360
dec: ^math:convert[ -240](10;10) -240
hex: ^math:convert[ -240](10;16) -F0