--snip--
Address types:
- Legacy: start with 1
- Nested Segwit: start with 3
- Native Segwit (also called as Bech32): start with bc1q
- Taproot (also called as Bech32m, a variant of Bech32): start with bc1p
Address starts with 3 can represent various things though, such as multi-signature address or any custom spending condition.
Check BIP 173.