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 | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
| SJIS-WIN | 拙?┗窪?A | 100100001101100100111111100001001010111110001100010001010011111101000001 | 90d93f84af8c453f41 |
| EUC-JP | 拙?┗窪?A | 110000001101101100111111101010001011000110110111101001100011111101000001 | c0db3fa8b1b7a63f41 |
| UTF-8 | 拙흐┗窪렜A | 11100110100010111001100111101101100111011001000011100010100101001001011111100111101010101010101011101011101000001001110001000001 | e68b99ed9d90e29497e7aaaaeba09c41 |
| UHC | 拙흐┗窪렜A | 1111000011110000110010001110010110100110101100011110100011000001100011101010111001000001 | f0f0c8e5a6b1e8c18eae41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)