bc obase ibase conversion confusion

I try to convert none 10 bases to each other via using bc in linux but the answers are different from what I expect

ibase = 3
obase = 7
23
11

why here the answer is 11 ? how it calculate it ?