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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 莉∵ウО | 11100100101110111000000111100110101100111000010001001111 | e4bb81e6b3844f |
| EUC-JP | 莉∵ウО | 1110100010111101101000101110100010001110101100111010011110110000 | e8bda2e88eb3a7b0 |
| UTF-8 | 莉∵ウО | 1110100010001110100010011110001010001000101101011110111110111101101100111101000010011110 | e88e89e288b5efbdb3d09e |
| UHC | 莉∵?О | 11010111111010011010000111110001001111111010110010110000 | d7e9a1f13facb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)