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 | 屑纖屑纖^ | 100010111111101111100011100110011000101111111011111000111001100101011110 | 8bfbe3998bfbe3995e |
| EUC-JP | 屑纖屑纖^ | 101101101111110111100101111110011011011011111101111001011111100101011110 | b6fde5f9b6fde5f95e |
| UTF-8 | 屑纖屑纖^ | 11100101101100011001000111100111101110101001011011100101101100011001000111100111101110101001011001011110 | e5b191e7ba96e5b191e7ba965e |
| UHC | 屑纖屑纖^ | 111000001101101011100000111010011110000011011010111000001110100101011110 | e0dae0e9e0dae0e95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)