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 | 衣凜}衣凜{^ | 1000100011011111111010101010001101111101100010001101111111101010101000110111101101011110 | 88dfeaa37d88dfeaa37b5e |
EUC-JP | 衣凜}衣凜{^ | 1011000011100001111101001010010101111101101100001110000111110100101001010111101101011110 | b0e1f4a57db0e1f4a57b5e |
UTF-8 | 衣凜}衣凜{^ | 111010001010000110100011111001011000011110011100011111011110100010100001101000111110010110000111100111000111101101011110 | e8a1a3e5879c7de8a1a3e5879c7b5e |
UHC | 衣凜}衣凜{^ | 1110101111111101110101111100111101111101111010111111110111010111110011110111101101011110 | ebfdd7cf7debfdd7cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)