The leaf level of the index will have the same full key values as the original data. Higher levels of the index may contain values that are truncated (called suffix-compression) so only as much of the value is stored as is needed to navigate the tree.
If there are no indexes then you will always get a table scan.