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 | ?V}?V{^ | 00111111010101100111110100111111010101100111101101011110 | 3f567d3f567b5e |
SJIS-WIN | 巍V}巍V{^ | 100110111101100101010110011111011001101111011001010101100111101101011110 | 9bd9567d9bd9567b5e |
EUC-JP | 巍V}巍V{^ | 110101101101101101010110011111011101011011011011010101100111101101011110 | d6db567dd6db567b5e |
UTF-8 | 巍V}巍V{^ | 1110010110110111100011010101011001111101111001011011011110001101010101100111101101011110 | e5b78d567de5b78d567b5e |
UHC | 巍V}巍V{^ | 111010001110010001010110011111011110100011100100010101100111101101011110 | e8e4567de8e4567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)