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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ??鷹??窪 | 0011111100111111100100011110100100111111001111111000110001000101 | 3f3f91e93f3f8c45 |
| EUC-JP | 勖?鷹??窪 | 10001111101100111110110100111111110000101110101100111111001111111011011110100110 | 8fb3ed3fc2eb3f3fb7a6 |
| UTF-8 | 勖렢鷹꿸횅窪 | 111001011000101110010110111010111010000010100010111010011011011110111001111010101011111110111000111011011001101010000101111001111010101010101010 | e58b96eba0a2e9b7b9eabfb8ed9a85e7aaaa |
| UHC | 勖렢鷹꿸횅窪 | 111010011110110110001110101100111110101111101101101100101110101011001000101101111110100011000001 | e9ed8eb3ebedb2eac8b7e8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)