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 | 毎蒙}毎蒙{^ | 1001011010001000100101101101011001111101100101101000100010010110110101100111101101011110 | 968896d67d968896d67b5e |
EUC-JP | 毎蒙}毎蒙{^ | 1100101111101000110011001101100001111101110010111110100011001100110110000111101101011110 | cbe8ccd87dcbe8ccd87b5e |
UTF-8 | 毎蒙}毎蒙{^ | 111001101010111110001110111010001001001010011001011111011110011010101111100011101110100010010010100110010111101101011110 | e6af8ee892997de6af8ee892997b5e |
UHC | ?蒙}?蒙{^ | 001111111101100111010101011111010011111111011001110101010111101101011110 | 3fd9d57d3fd9d57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)