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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 袱宣カコ^ | 11100101110111101001000011101001101101101011101001011110 | e5de90e9b6ba5e |
| EUC-JP | 袱宣カコ^ | 111010101110000011000000111010111000111010110110100011101011101001011110 | eae0c0eb8eb68eba5e |
| UTF-8 | 袱宣カコ^ | 11101000101000101011000111100101101011101010001111101111101111011011011011101111101111011011101001011110 | e8a2b1e5aea3efbdb6efbdba5e |
| UHC | ?宣??^ | 001111111110000010111110001111110011111101011110 | 3fe0be3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)