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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | エ駝}エ駝{^ | 101101001110100101101011011111011011010011101001011010110111101101011110 | b4e96b7db4e96b7b5e |
EUC-JP | エ駝}エ駝{^ | 1000111010110100111100011100110001111101100011101011010011110001110011000111101101011110 | 8eb4f1cc7d8eb4f1cc7b5e |
UTF-8 | エ駝}エ駝{^ | 111011111011110110110100111010011010011110011101011111011110111110111101101101001110100110100111100111010111101101011110 | efbdb4e9a79d7defbdb4e9a79d7b5e |
UHC | ?駝}?駝{^ | 001111111111011011101111011111010011111111110110111011110111101101011110 | 3ff6ef7d3ff6ef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)