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 | ?湧}?湧{^ | 001111111001011101001110011111010011111110010111010011100111101101011110 | 3f974e7d3f974e7b5e |
EUC-JP | ?湧}?湧{^ | 001111111100110110101111011111010011111111001101101011110111101101011110 | 3fcdaf7d3fcdaf7b5e |
UTF-8 | 뺈湧}뺈湧{^ | 111010111011101010001000111001101011100110100111011111011110101110111010100010001110011010111001101001110111101101011110 | ebba88e6b9a77debba88e6b9a77b5e |
UHC | 뺈湧}뺈湧{^ | 1001010111010111111010011100000001111101100101011101011111101001110000000111101101011110 | 95d7e9c07d95d7e9c07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)