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 | ?oon}?oon{^ | 0011111101101111011011110110111001111101001111110110111101101111011011100111101101011110 | 3f6f6f6e7d3f6f6f6e7b5e |
SJIS-WIN | 魯oon}魯oon{^ | 10011000010001000110111101101111011011100111110110011000010001000110111101101111011011100111101101011110 | 98446f6f6e7d98446f6f6e7b5e |
EUC-JP | 魯oon}魯oon{^ | 11001111101001010110111101101111011011100111110111001111101001010110111101101111011011100111101101011110 | cfa56f6f6e7dcfa56f6f6e7b5e |
UTF-8 | 魯oon}魯oon{^ | 111010011010110110101111011011110110111101101110011111011110100110101101101011110110111101101111011011100111101101011110 | e9adaf6f6f6e7de9adaf6f6f6e7b5e |
UHC | 魯oon}魯oon{^ | 11010110110110110110111101101111011011100111110111010110110110110110111101101111011011100111101101011110 | d6db6f6f6e7dd6db6f6f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)