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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 咫孟緋B | 10011010010000001001011011010000100101001110101001000010 | 9a4096d094ea42 |
| EUC-JP | 咫孟緋B | 11010011101000011100110011010010110010001110110001000010 | d3a1ccd2c8ec42 |
| UTF-8 | 咫孟緋B | 11100101100100101010101111100101101011011001111111100111101101111000101101000010 | e592abe5ad9fe7b78b42 |
| UHC | 咫孟緋B | 11110010101000011101100011101011110111011111110001000010 | f2a1d8ebddfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)