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 | ?齧?齧^ | 00111111111010101001011000111111111010101001011001011110 | 3fea963fea965e |
| EUC-JP | ?齧?齧^ | 00111111111100111111011000111111111100111111011001011110 | 3ff3f63ff3f65e |
| UTF-8 | 鐥齧鐥齧^ | 11101001100100001010010111101001101111011010011111101001100100001010010111101001101111011010011101011110 | e990a5e9bda7e990a5e9bda75e |
| UHC | 鐥齧鐥齧^ | 111000001101011011100000111001011110000011010110111000001110010101011110 | e0d6e0e5e0d6e0e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)