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 | 蓉啖蓉啖^ | 100101110111010110011010010101101001011101110101100110100101011001011110 | 97759a5697759a565e |
EUC-JP | 蓉啖蓉啖^ | 110011011101011011010011101101111100110111010110110100111011011101011110 | cdd6d3b7cdd6d3b75e |
UTF-8 | 蓉啖蓉啖^ | 11101000100100111000100111100101100101011001011011101000100100111000100111100101100101011001011001011110 | e89389e59596e89389e595965e |
UHC | 蓉啖蓉啖^ | 111010011100100011010011101110101110100111001000110100111011101001011110 | e9c8d3bae9c8d3ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)