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 | 杞}杞{^ | 10011110010110000111110110011110010110000111101101011110 | 9e587d9e587b5e |
EUC-JP | 杞}杞{^ | 11011011101110010111110111011011101110010111101101011110 | dbb97ddbb97b5e |
UTF-8 | 杞}杞{^ | 111001101001110110011110011111011110011010011101100111100111101101011110 | e69d9e7de69d9e7b5e |
UHC | 杞}杞{^ | 11010001101000110111110111010001101000110111101101011110 | d1a37dd1a37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)