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 | ?汐?術^ | 00111111100011101010110000111111100011110111000001011110 | 3f8eac3f8f705e |
| EUC-JP | 瑄汐瑄術^ | 1000111111001100101110011011110010101110100011111100110010111001101111011101000101011110 | 8fccb9bcae8fccb9bdd15e |
| UTF-8 | 瑄汐瑄術^ | 11100111100100011000010011100110101100011001000011100111100100011000010011101000101000011001001101011110 | e79184e6b190e79184e8a1935e |
| UHC | 瑄汐瑄術^ | 111000001100010111100000101100011110000011000101111000101111101001011110 | e0c5e0b1e0c5e2fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)