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 | ?晤}?晤{^ | 001111111001110111101011011111010011111110011101111010110111101101011110 | 3f9deb7d3f9deb7b5e |
EUC-JP | ?晤}?晤{^ | 001111111101101011101101011111010011111111011010111011010111101101011110 | 3fdaed7d3fdaed7b5e |
UTF-8 | 뤝晤}뤝晤{^ | 111010111010010010011101111001101001100110100100011111011110101110100100100111011110011010011001101001000111101101011110 | eba49de699a47deba49de699a47b5e |
UHC | 뤝晤}뤝晤{^ | 1000111111001100111001111111101101111101100011111100110011100111111110110111101101011110 | 8fcce7fb7d8fcce7fb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)