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 | 薛悸}薛悸{^ | 1110010101001100100111001010011101111101111001010100110010011100101001110111101101011110 | e54c9ca77de54c9ca77b5e |
EUC-JP | 薛悸}薛悸{^ | 1110100110101101110110001010100101111101111010011010110111011000101010010111101101011110 | e9add8a97de9add8a97b5e |
UTF-8 | 薛悸}薛悸{^ | 111010001001011010011011111001101000001010111000011111011110100010010110100110111110011010000010101110000111101101011110 | e8969be682b87de8969be682b87b5e |
UHC | 薛悸}薛悸{^ | 1110000011100000110011001111101101111101111000001110000011001100111110110111101101011110 | e0e0ccfb7de0e0ccfb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)