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 | 뾌湧}뾌湧{^ | 111010111011111010001100111001101011100110100111011111011110101110111110100011001110011010111001101001110111101101011110 | ebbe8ce6b9a77debbe8ce6b9a77b5e |
UHC | 뾌湧}뾌湧{^ | 1001011101001010111010011100000001111101100101110100101011101001110000000111101101011110 | 974ae9c07d974ae9c07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)