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 | ?d}?d{^ | 00111111011001000111110100111111011001000111101101011110 | 3f647d3f647b5e |
SJIS-WIN | 琲d}琲d{^ | 111000001110100001100100011111011110000011101000011001000111101101011110 | e0e8647de0e8647b5e |
EUC-JP | 琲d}琲d{^ | 111000001110101001100100011111011110000011101010011001000111101101011110 | e0ea647de0ea647b5e |
UTF-8 | 琲d}琲d{^ | 1110011110010000101100100110010001111101111001111001000010110010011001000111101101011110 | e790b2647de790b2647b5e |
UHC | ?d}?d{^ | 00111111011001000111110100111111011001000111101101011110 | 3f647d3f647b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)