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{^ | 10011011110110010110111101101111011011100111110110011011110110010110111101101111011011100111101101011110 | 9bd96f6f6e7d9bd96f6f6e7b5e |
EUC-JP | 巍oon}巍oon{^ | 11010110110110110110111101101111011011100111110111010110110110110110111101101111011011100111101101011110 | d6db6f6f6e7dd6db6f6f6e7b5e |
UTF-8 | 巍oon}巍oon{^ | 111001011011011110001101011011110110111101101110011111011110010110110111100011010110111101101111011011100111101101011110 | e5b78d6f6f6e7de5b78d6f6f6e7b5e |
UHC | 巍oon}巍oon{^ | 11101000111001000110111101101111011011100111110111101000111001000110111101101111011011100111101101011110 | e8e46f6f6e7de8e46f6f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)