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 | 豸ャ鮖ソ驪 | 1110011010110110101011001110100110111001101111111110100110001011 | e6b6ace9b9bfe98b |
| EUC-JP | 豸ャ鮖ソ驪 | 11101100101110001000111010101100111100101011101110001110101111111111000111101011 | ecb88eacf2bb8ebff1eb |
| UTF-8 | 豸ャ鮖ソ驪 | 111010001011000110111000111011111011110110101100111010011010111010010110111011111011110110111111111010011010100110101010 | e8b1b8efbdace9ae96efbdbfe9a9aa |
| UHC | ????驪 | 001111110011111100111111001111111101010111110001 | 3f3f3f3fd5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)