---
title: smallestEncoding
framework: swift
role: symbol
role_heading: Instance Property
path: swift/stringprotocol/smallestencoding
---

# smallestEncoding

The smallest encoding to which the string can be converted without loss of information.

## Declaration

```swift
var smallestEncoding: String.Encoding { get }
```
