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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 、魍ウシ魍 | 1111000010110100101001001110100110110001111110001111000010110011101111001110100110110001 | f0b4a4e9b1f8f0b3bce9b1 |
| EUC-JP | ?、魍?ウシ魍 | 001111111000111010100100111100101011001100111111100011101011001110001110101111001111001010110011 | 3f8ea4f2b33f8eb38ebcf2b3 |
| UTF-8 | 、魍ウシ魍 | 111011101000000110110011111011111011110110100100111010011010110110001101111011101001101010001111111011111011110110110011111011111011110110111100111010011010110110001101 | ee81b3efbda4e9ad8dee9a8fefbdb3efbdbce9ad8d |
| UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)