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 | 豈畷ーク粡 | 1110011010101111100100111110101110110000101110001110001011100111 | e6af93ebb0b8e2e7 |
| EUC-JP | 豈畷ーク粡 | 11101100101100011100011011101101100011101011000010001110101110001110010011101001 | ecb1c6ed8eb08eb8e4e9 |
| UTF-8 | 豈畷ーク粡 | 111010001011000110001000111001111001010110110111111011111011110110110000111011111011110110111000111001111011001010100001 | e8b188e795b7efbdb0efbdb8e7b2a1 |
| UHC | 豈???? | 110100011100001000111111001111110011111100111111 | d1c23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)