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 | 曜??節ф | 1001011101101010001111110011111110010000110111111000010010000110 | 976a3f3f90df8486 |
| EUC-JP | 曜??節ф | 1100110111001011001111110011111111000000111000011010011111100110 | cdcb3f3fc0e1a7e6 |
| UTF-8 | 曜ⓩ쮵節ф | 1110011010011011100111001110001010010011101010011110110010101110101101011110011110101111100000001101000110000100 | e69b9ce293a9ecaeb5e7af80d184 |
| UHC | 曜ⓩ쮵節ф | 11101000111110001010100011100110101010001001001011101111101111011010110011100110 | e8f8a8e6a892efbdace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)