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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 涬辞遙執 | 1111101101000001100011101010101111101010101000011000111010110111 | fb418eabeaa18eb7 |
| EUC-JP | 涬辞遙執 | 100011111100011111001111101111001010110111110100101000111011110010111001 | 8fc7cfbcadf4a3bcb9 |
| UTF-8 | 涬辞遙執 | 111001101011011010101100111010001011111010011110111010011000000110011001111001011001111110110111 | e6b6ace8be9ee98199e59fb7 |
| UHC | ??遙執 | 001111110011111111101001101010111111001011111011 | 3f3fe9abf2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)