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 | 蛇捨而痔 | 10001110110101101000111011001100100011101010011111110000101001101000111010100100 | 8ed68ecc8ea7f0a68ea4 |
| EUC-JP | 蛇捨而?痔 | 101111001101100010111100110011101011110010101001001111111011110010100110 | bcd8bccebca93fbca6 |
| UTF-8 | 蛇捨而痔 | 111010001001101110000111111001101000110110101000111010001000000010001100111011101000000110100101111001111001011110010100 | e89b87e68da8e8808cee81a5e79794 |
| UHC | 蛇捨而?痔 | 110111101110111111011110110101111110110010111011001111111111011011000000 | deefded7ecbb3ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)