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 | ?r}?r{^ | 00111111011100100111110100111111011100100111101101011110 | 3f727d3f727b5e |
SJIS-WIN | 叩r}叩r{^ | 100100100100000001110010011111011001001001000000011100100111101101011110 | 9240727d9240727b5e |
EUC-JP | 叩r}叩r{^ | 110000111010000101110010011111011100001110100001011100100111101101011110 | c3a1727dc3a1727b5e |
UTF-8 | 叩r}叩r{^ | 1110010110001111101010010111001001111101111001011000111110101001011100100111101101011110 | e58fa9727de58fa9727b5e |
UHC | 叩r}叩r{^ | 110011011011000001110010011111011100110110110000011100100111101101011110 | cdb0727dcdb0727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)