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 | ?T?wK}?T?wK{^ | 00111111010101000011111101110111010010110111110100111111010101000011111101110111010010110111101101011110 | 3f543f774b7d3f543f774b7b5e |
SJIS-WIN | ?T?wK}?T?wK{^ | 00111111010101000011111101110111010010110111110100111111010101000011111101110111010010110111101101011110 | 3f543f774b7d3f543f774b7b5e |
EUC-JP | ?T?wK}?T?wK{^ | 00111111010101000011111101110111010010110111110100111111010101000011111101110111010010110111101101011110 | 3f543f774b7d3f543f774b7b5e |
UTF-8 | ӣTӣwK}ӣTӣwK{^ | 1101001110100011010101001101001110100011011101110100101101111101110100111010001101010100110100111010001101110111010010110111101101011110 | d3a354d3a3774b7dd3a354d3a3774b7b5e |
UHC | ?T?wK}?T?wK{^ | 00111111010101000011111101110111010010110111110100111111010101000011111101110111010010110111101101011110 | 3f543f774b7d3f543f774b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)