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 | 畯拮}畯拮{^ | 1111101101101111100111010110100001111101111110110110111110011101011010000111101101011110 | fb6f9d687dfb6f9d687b5e |
EUC-JP | 畯拮}畯拮{^ | 10001111110011011011101111011001110010010111110110001111110011011011101111011001110010010111101101011110 | 8fcdbbd9c97d8fcdbbd9c97b5e |
UTF-8 | 畯拮}畯拮{^ | 111001111001010110101111111001101000101110101110011111011110011110010101101011111110011010001011101011100111101101011110 | e795afe68bae7de795afe68bae7b5e |
UHC | 畯拮}畯拮{^ | 1111000111100001110100011100111101111101111100011110000111010001110011110111101101011110 | f1e1d1cf7df1e1d1cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)