| HTML Entity (dec) | ォ |
| HTML Entity (hex) | ォ |
| UTF-8 (hex) | 0xefbdab / 0xef 0xbd 0xab (3 bytes) |
| UTF-8 (dec) | 239, 189, 171 (3 bytes) |
| UTF-16-BE (hex) | 0xff6b / 0xff 0x6b (2 bytes) |
| UTF-16-BE (dec) | 255, 107 (2 bytes) |
| UTF-32-BE (hex) | 0xff6b / 0x00 0x00 0xff 0x6b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 255, 107 (4 bytes) |
| C/C++/Java source code | "\uff6b" |
| Python source code | "\uff6b" |