binary_information_units_query = `SELECT DISTINCT ?item ?value ?label WHERE {
?item wdt:P31 wd:Q110762970;
rdfs:label ?label;
p:P2442 ?ps.
?ps ps:P2442 ?value;
psv:P2442 ?psv.
?psv wikibase:quantityUnit wd:Q8799.
FILTER(((LANG(?label)) = "en") && (CONTAINS(?label, "ibyte")))
}
ORDER BY (?value)
`