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