James For example 0x100 would return as 256. 0x10 * 4 would return 64. 0b101101 would return 45. I think it would be best to have everything output as decimal by default and potentially have some method of converting the output of an operation to hex or binary.
buteo James WolframAlpha seems to support most of what you're asking for. Perhaps it could complement Kagi in your workflow?
James No. It's just a nice to have. I've been really enjoying the vim key bindings for scrolling through results
nicstella As with others, this isn't a dealbreaker but I was expecting it to work. Searching Kagi for "192 in hex", it confidently gives the below: Google correctly gives "192 = 0xC0"
nicstella Nice! Although just trying it out now, I'm noticing a little inconsistency (see below). Note 192 = 0o300 = 0xC0. query -> result: 0o300 in decimal -> 192 ✅ 0xC0 in decimal -> 192 ✅ 192 in octal -> 0o300 ✅ 192 in hex -> 192 😢
tenvolin I have an addendum to this request: Was it possible to add support for binary display as well? i.e. Kagi doesn't seem to register this.