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 | 險抵スッ顏 | 1110100010101000100100101110111110111101101011111110100011111000 | e8a892efbdafe8f8 |
| EUC-JP | 險抵スッ顏 | 11110000101010101100010011110001100011101011110110001110101011111111000011111010 | f0aac4f18ebd8eaff0fa |
| UTF-8 | 險抵スッ顏 | 111010011001101010101010111001101000101010110101111011111011110110111101111011111011110110101111111010011010000110001111 | e99aaae68ab5efbdbdefbdafe9a18f |
| UHC | 險抵??? | 11111010110011111110111010111101001111110011111100111111 | facfeebd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)