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 | 垰}垰{^ | 10011010101110010111110110011010101110010111101101011110 | 9ab97d9ab97b5e |
EUC-JP | 垰}垰{^ | 11010100101110110111110111010100101110110111101101011110 | d4bb7dd4bb7b5e |
UTF-8 | 垰}垰{^ | 111001011001111010110000011111011110010110011110101100000111101101011110 | e59eb07de59eb07b5e |
UHC | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)