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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 哺怐 | 10011010010011011001110010000001 | 9a4d9c81 |
| EUC-JP | 哺怐 | 11010011101011101101011111100001 | d3aed7e1 |
| UTF-8 | 哺怐 | 111001011001001110111010111001101000000010010000 | e593bae68090 |
| UHC | 哺? | 111110001101010000111111 | f8d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)