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 | 節??詣θ | 1001000011011111001111110011111110001100011101111000001111000110 | 90df3f3f8c7783c6 |
| EUC-JP | 節??詣θ | 1100000011100001001111110011111110110111110110001010011011001000 | c0e13f3fb7d8a6c8 |
| UTF-8 | 節억쉬詣θ | 1110011110101111100000001110110010010110101101011110110010001001101011001110100010101001101000111100111010111000 | e7af80ec96b5ec89ace8a9a3ceb8 |
| UHC | 節억쉬詣θ | 11101111101111011011111011101111101111011010110011100111111000011010010111101000 | efbdbeefbdace7e1a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)