# Introduction In the previous section, we discussed commonly used numeric types. In this section, we will learn about character types in Go. **Knowledge Points:** - ASCII Encoding - UTF-8 Encoding - Unicode Character Set - `byte` - `rune`
Click the virtual machine below to start practicing