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 | ?jV}?jV{^ | 001111110110101001010110011111010011111101101010010101100111101101011110 | 3f6a567d3f6a567b5e |
SJIS-WIN | ?jV}?jV{^ | 001111110110101001010110011111010011111101101010010101100111101101011110 | 3f6a567d3f6a567b5e |
EUC-JP | ?jV}?jV{^ | 001111110110101001010110011111010011111101101010010101100111101101011110 | 3f6a567d3f6a567b5e |
UTF-8 | 혵jV}혵jV{^ | 11101101100110001011010101101010010101100111110111101101100110001011010101101010010101100111101101011110 | ed98b56a567ded98b56a567b5e |
UHC | 혵jV}혵jV{^ | 1100001010011100011010100101011001111101110000101001110001101010010101100111101101011110 | c29c6a567dc29c6a567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)