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{^ | 100011110100010001100100011111011000111101000100011001000111101101011110 | 8f44647d8f44647b5e |
EUC-JP | 愁d}愁d{^ | 101111011010010101100100011111011011110110100101011001000111101101011110 | bda5647dbda5647b5e |
UTF-8 | 愁d}愁d{^ | 1110011010000100100000010110010001111101111001101000010010000001011001000111101101011110 | e68481647de68481647b5e |
UHC | 愁d}愁d{^ | 111000011111111001100100011111011110000111111110011001000111101101011110 | e1fe647de1fe647b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)