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 | FV}FV{^ | 100100100100011001010110011111011001001001000110010101100111101101011110 | 9246567d9246567b5e |
SJIS-WIN | ?FV}?FV{^ | 001111110100011001010110011111010011111101000110010101100111101101011110 | 3f46567d3f46567b5e |
EUC-JP | ?FV}?FV{^ | 001111110100011001010110011111010011111101000110010101100111101101011110 | 3f46567d3f46567b5e |
UTF-8 | FV}FV{^ | 1100001010010010010001100101011001111101110000101001001001000110010101100111101101011110 | c29246567dc29246567b5e |
UHC | ?FV}?FV{^ | 001111110100011001010110011111010011111101000110010101100111101101011110 | 3f46567d3f46567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)