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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| SJIS-WIN | シ」シエF | 111100001011001010111100101000111111000010111100101111001011010001000110 | f0b2bca3f0bcbcb446 |
| EUC-JP | ?シ」?シエF | 0011111110001110101111001000111010100011001111111000111010111100100011101011010001000110 | 3f8ebc8ea33f8ebc8eb446 |
| UTF-8 | シ」シエF | 11101110100000011011000111101111101111011011110011101111101111011010001111101110100000011011101111101111101111011011110011101111101111011011010001000110 | ee81b1efbdbcefbda3ee81bbefbdbcefbdb446 |
| UHC | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)