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 | 汐?汐?^ | 10001110101011000011111110001110101011000011111101011110 | 8eac3f8eac3f5e |
| EUC-JP | 汐?汐?^ | 10111100101011100011111110111100101011100011111101011110 | bcae3fbcae3f5e |
| UTF-8 | 汐띢汐띢^ | 11100110101100011001000011101011100111011010001011100110101100011001000011101011100111011010001001011110 | e6b190eb9da2e6b190eb9da25e |
| UHC | 汐띢汐띢^ | 111000001011000110001101110101111110000010110001100011011101011101011110 | e0b18dd7e0b18dd75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)