As I know, the "Megabytes" and "Gigabits" both are "InformationUnit":
UnitDimensions["Megabytes"]
UnitDimensions["Gigabits"]
{{"InformationUnit", 1}}
{{"InformationUnit", 1}}
Is there any method to find all unit in "InformationUnit" by code method?
UnitDimensions /@ {"bit", "byte", "trit"}andOuter[UnitConvert, {"bit", "byte", "trit"}, {"SIBase", "SI", "Imperial", "Conventional", "Metric"}]– Bob Hanlon Oct 12 '23 at 07:30WolframAlpha["Bytes", "PodCells"]andWolframAlpha["Bytes", "PodCells"][[{4, 5}]]– eldo Oct 12 '23 at 07:40AmountUnitand"LengthUnit"? – yode Oct 12 '23 at 09:07