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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 鄂[}鄂[{^ | 111001111011110101011011011111011110011110111101010110110111101101011110 | e7bd5b7de7bd5b7b5e |
EUC-JP | 鄂[}鄂[{^ | 111011101011111101011011011111011110111010111111010110110111101101011110 | eebf5b7deebf5b7b5e |
UTF-8 | 鄂[}鄂[{^ | 1110100110000100100000100101101101111101111010011000010010000010010110110111101101011110 | e984825b7de984825b7b5e |
UHC | 鄂[}鄂[{^ | 111001001100011101011011011111011110010011000111010110110111101101011110 | e4c75b7de4c75b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)