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 | ?ч?瑤 | 001111111000010010001001001111111110101010100010 | 3f84893feaa2 |
| EUC-JP | ?ч?瑤 | 001111111010011111101001001111111111010010100100 | 3fa7e93ff4a4 |
| UTF-8 | 驪ч닎瑤 | 1110111110100110100001111101000110000111111010111000101110001110111001111001000110100100 | efa687d187eb8b8ee791a4 |
| UHC | 驪ч닎瑤 | 1110011010101111101011001110100110001000100101001110100011111101 | e6aface98894e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)