| HTML Entity (dec) | カ |
| HTML Entity (hex) | カ |
| UTF-8 (hex) | 0xefbdb6 / 0xef 0xbd 0xb6 (3 bytes) |
| UTF-8 (dec) | 239, 189, 182 (3 bytes) |
| UTF-16-BE (hex) | 0xff76 / 0xff 0x76 (2 bytes) |
| UTF-16-BE (dec) | 255, 118 (2 bytes) |
| UTF-32-BE (hex) | 0xff76 / 0x00 0x00 0xff 0x76 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 255, 118 (4 bytes) |
| C/C++/Java source code | "\uff76" |
| Python source code | "\uff76" |