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 | シエ跚シキ壌 | 11110000111000111011110010110100111001101110011110111100101101111000111111101011 | f0e3bcb4e6e7bcb78feb |
| EUC-JP | ?シエ跚シキ壌 | 00111111100011101011110010001110101101001110110011101001100011101011110010001110101101111011111011101101 | 3f8ebc8eb4ece98ebc8eb7beed |
| UTF-8 | シエ跚シキ壌 | 111011101000001010100010111011111011110110111100111011111011110110110100111010001011011110011010111011111011110110111100111011111011110110110111111001011010001110001100 | ee82a2efbdbcefbdb4e8b79aefbdbcefbdb7e5a38c |
| UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)