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 | 之凜}之凜{^ | 1001010001010110111010101010001101111101100101000101011011101010101000110111101101011110 | 9456eaa37d9456eaa37b5e |
EUC-JP | 之凜}之凜{^ | 1100011110110111111101001010010101111101110001111011011111110100101001010111101101011110 | c7b7f4a57dc7b7f4a57b5e |
UTF-8 | 之凜}之凜{^ | 111001001011100110001011111001011000011110011100011111011110010010111001100010111110010110000111100111000111101101011110 | e4b98be5879c7de4b98be5879c7b5e |
UHC | 之凜}之凜{^ | 1111000111111101110101111100111101111101111100011111110111010111110011110111101101011110 | f1fdd7cf7df1fdd7cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)