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 | 惱慫}惱慫{^ | 1001110010111011100111001100111101111101100111001011101110011100110011110111101101011110 | 9cbb9ccf7d9cbb9ccf7b5e |
EUC-JP | 惱慫}惱慫{^ | 1101100010111101110110001101000101111101110110001011110111011000110100010111101101011110 | d8bdd8d17dd8bdd8d17b5e |
UTF-8 | 惱慫}惱慫{^ | 111001101000001110110001111001101000010110101011011111011110011010000011101100011110011010000101101010110111101101011110 | e683b1e685ab7de683b1e685ab7b5e |
UHC | 惱慫}惱慫{^ | 1101001011011101111100001111011001111101110100101101110111110000111101100111101101011110 | d2ddf0f67dd2ddf0f67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)