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 | 琮凜}琮凜{^ | 1111101101101010111010101010001101111101111110110110101011101010101000110111101101011110 | fb6aeaa37dfb6aeaa37b5e |
EUC-JP | 琮凜}琮凜{^ | 10001111110011001011001011110100101001010111110110001111110011001011001011110100101001010111101101011110 | 8fccb2f4a57d8fccb2f4a57b5e |
UTF-8 | 琮凜}琮凜{^ | 111001111001000010101110111001011000011110011100011111011110011110010000101011101110010110000111100111000111101101011110 | e790aee5879c7de790aee5879c7b5e |
UHC | 琮凜}琮凜{^ | 1111000011111001110101111100111101111101111100001111100111010111110011110111101101011110 | f0f9d7cf7df0f9d7cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)