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 | 荳凡荳本^ | 111001001011100010010110011111011110010010111000100101100111101101011110 | e4b8967de4b8967b5e |
EUC-JP | 荳凡荳本^ | 111010001011101011001011110111101110100010111010110010111101110001011110 | e8bacbdee8bacbdc5e |
UTF-8 | 荳凡荳本^ | 11101000100011011011001111100101100001111010000111101000100011011011001111100110100111001010110001011110 | e88db3e587a1e88db3e69cac5e |
UHC | 荳凡荳本^ | 110101001110010111011011111011011101010011100101110111001110001001011110 | d4e5dbedd4e5dce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)