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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鄧凡鄧本^ | 111110111011100110010110011111011111101110111001100101100111101101011110 | fbb9967dfbb9967b5e |
EUC-JP | 鄧凡鄧本^ | 1000111111100010110001111100101111011110100011111110001011000111110010111101110001011110 | 8fe2c7cbde8fe2c7cbdc5e |
UTF-8 | 鄧凡鄧本^ | 11101001100001001010011111100101100001111010000111101001100001001010011111100110100111001010110001011110 | e984a7e587a1e984a7e69cac5e |
UHC | 鄧凡鄧本^ | 110101001111100011011011111011011101010011111000110111001110001001011110 | d4f8dbedd4f8dce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)