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 | 諤宣カコ^ | 11100110100000001001000011101001101101101011101001011110 | e68090e9b6ba5e |
| EUC-JP | 諤宣カコ^ | 111010111110000011000000111010111000111010110110100011101011101001011110 | ebe0c0eb8eb68eba5e |
| UTF-8 | 諤宣カコ^ | 11101000101010111010010011100101101011101010001111101111101111011011011011101111101111011011101001011110 | e8aba4e5aea3efbdb6efbdba5e |
| UHC | ?宣??^ | 001111111110000010111110001111110011111101011110 | 3fe0be3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)