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 | 豸ャ鮖ソ韜 | 1110011010110110101011001110100110111001101111111110100011101001 | e6b6ace9b9bfe8e9 |
| EUC-JP | 豸ャ鮖ソ韜 | 11101100101110001000111010101100111100101011101110001110101111111111000011101011 | ecb88eacf2bb8ebff0eb |
| UTF-8 | 豸ャ鮖ソ韜 | 111010001011000110111000111011111011110110101100111010011010111010010110111011111011110110111111111010011001111110011100 | e8b1b8efbdace9ae96efbdbfe99f9c |
| UHC | ????韜 | 001111110011111100111111001111111101010010110111 | 3f3f3f3fd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)