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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | 窈??鶯??A | 111000100111011100111111001111111110100111110010001111110011111101000001 | e2773f3fe9f23f3f41 |
| EUC-JP | 窈??鶯??A | 111000111101100000111111001111111111001011110100001111110011111101000001 | e3d83f3ff2f43f3f41 |
| UTF-8 | 窈뚮젌鶯뺣젣A | 11100111101010101000100011101011100110101010111011101100101000001000110011101001101101101010111111101011101110101010001111101100101000001010001101000001 | e7aa88eb9aaeeca08ce9b6afebbaa3eca0a341 |
| UHC | 窈뚮젌鶯뺣젣A | 11101001101000011000110011101011101000001000110111100101101000111001010111101011101000001001110001000001 | e9a18ceba08de5a395eba09c41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)