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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 銹}銹{^ | 11100111111101100111110111100111111101100111101101011110 | e7f67de7f67b5e |
EUC-JP | 銹}銹{^ | 11101110111110000111110111101110111110000111101101011110 | eef87deef87b5e |
UTF-8 | 銹}銹{^ | 111010011000101010111001011111011110100110001010101110010111101101011110 | e98ab97de98ab97b5e |
UHC | 銹}銹{^ | 11100010110010000111110111100010110010000111101101011110 | e2c87de2c87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)