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 | 譎娶}譎娶{^ | 1110011010011001100110110101011101111101111001101001100110011011010101110111101101011110 | e6999b577de6999b577b5e |
EUC-JP | 譎娶}譎娶{^ | 1110101111111001110101011011100001111101111010111111100111010101101110000111101101011110 | ebf9d5b87debf9d5b87b5e |
UTF-8 | 譎娶}譎娶{^ | 111010001010110110001110111001011010100010110110011111011110100010101101100011101110010110101000101101100111101101011110 | e8ad8ee5a8b67de8ad8ee5a8b67b5e |
UHC | 譎娶}譎娶{^ | 1111110111010010111101101010010101111101111111011101001011110110101001010111101101011110 | fdd2f6a57dfdd2f6a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)