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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 髴ス邏仙揃^ | 11101001100111001011110111100111101101001001000011100101100100011011010101011110 | e99cbde7b490e591b55e |
| EUC-JP | 髴ス邏仙揃^ | 1111000111111100100011101011110111101110101101101100000011100111110000101011011101011110 | f1fc8ebdeeb6c0e7c2b75e |
| UTF-8 | 髴ス邏仙揃^ | 11101001101010111011010011101111101111011011110111101001100000101000111111100100101110111001100111100110100011111000001101011110 | e9abb4efbdbde9828fe4bb99e68f835e |
| UHC | ??邏仙?^ | 0011111100111111110101011010010011100000101110010011111101011110 | 3f3fd5a4e0b93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)