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 | íLX | 100101101110110110011111010011001001100101011000 | 96ed9f4c9958 |
SJIS-WIN | ???L?X | 001111110011111100111111010011000011111101011000 | 3f3f3f4c3f58 |
EUC-JP | ?í?L?X | 0011111110001111101010111011111100111111010011000011111101011000 | 3f8fabbf3f4c3f58 |
UTF-8 | íLX | 11000010100101101100001110101101110000101001111101001100110000101001100101011000 | c296c3adc29f4cc29958 |
UHC | ???L?X | 001111110011111100111111010011000011111101011000 | 3f3f3f4c3f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)