| HTML Entity (dec) | 법 | 
| HTML Entity (hex) | 법 | 
| UTF-8 (hex) | 0xebb295 / 0xeb 0xb2 0x95 (3 bytes) | 
| UTF-8 (dec) | 235, 178, 149 (3 bytes) | 
| UTF-16-BE (hex) | 0xbc95 / 0xbc 0x95 (2 bytes) | 
| UTF-16-BE (dec) | 188, 149 (2 bytes) | 
| UTF-32-BE (hex) | 0xbc95 / 0x00 0x00 0xbc 0x95 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 188, 149 (4 bytes) | 
| C/C++/Java source code | "\ubc95" | 
| Python source code | "\ubc95" |