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 | 仙液仙液^ | 100100001110010110001001011101001001000011100101100010010111010001011110 | 90e5897490e589745e |
EUC-JP | 仙液仙液^ | 110000001110011110110001110101011100000011100111101100011101010101011110 | c0e7b1d5c0e7b1d55e |
UTF-8 | 仙液仙液^ | 11100100101110111001100111100110101101101011001011100100101110111001100111100110101101101011001001011110 | e4bb99e6b6b2e4bb99e6b6b25e |
UHC | 仙液仙液^ | 111000001011100111100100111110111110000010111001111001001111101101011110 | e0b9e4fbe0b9e4fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)