| HTML Entity (dec) | キ |
| HTML Entity (hex) | キ |
| UTF-8 (hex) | 0xefbdb7 / 0xef 0xbd 0xb7 (3 bytes) |
| UTF-8 (dec) | 239, 189, 183 (3 bytes) |
| UTF-16-BE (hex) | 0xff77 / 0xff 0x77 (2 bytes) |
| UTF-16-BE (dec) | 255, 119 (2 bytes) |
| UTF-32-BE (hex) | 0xff77 / 0x00 0x00 0xff 0x77 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 255, 119 (4 bytes) |
| C/C++/Java source code | "\uff77" |
| Python source code | "\uff77" |