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 | 儕贇}儕贇{^ | 1001100101010000111001101101010001111101100110010101000011100110110101000111101101011110 | 9950e6d47d9950e6d47b5e |
EUC-JP | 儕贇}儕贇{^ | 1101000110110001111011001101011001111101110100011011000111101100110101100111101101011110 | d1b1ecd67dd1b1ecd67b5e |
UTF-8 | 儕贇}儕贇{^ | 111001011000010010010101111010001011010010000111011111011110010110000100100101011110100010110100100001110111101101011110 | e58495e8b4877de58495e8b4877b5e |
UHC | ?贇}?贇{^ | 001111111110101111001011011111010011111111101011110010110111101101011110 | 3febcb7d3febcb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)