To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??Ч | 00111111001111111000010001011000 | 3f3f8458 |
| EUC-JP | ??Ч | 00111111001111111010011110111001 | 3f3fa7b9 |
| UTF-8 | 亮술Ч | 1110111110100101101101111110110010001000101000001101000010100111 | efa5b7ec88a0d0a7 |
| UHC | 亮술Ч | 111001011011100110111100111110101010110010111001 | e5b9bcfaacb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)