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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ??窪?止 | 00111111001111111000110001000101001111111000111001111110 | 3f3f8c453f8e7e |
| EUC-JP | ??窪?止 | 00111111001111111011011110100110001111111011101111011111 | 3f3fb7a63fbbdf |
| UTF-8 | 林렱窪렱止 | 111011111010011110110100111010111010000010110001111001111010101010101010111010111010000010110001111001101010110110100010 | efa7b4eba0b1e7aaaaeba0b1e6ada2 |
| UHC | 林렱窪렱止 | 11101100111101111000111010111110111010001100000110001110101111101111001010101101 | ecf78ebee8c18ebef2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)