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 | ??f[}??f[{^ | 0011111100111111011001100101101101111101001111110011111101100110010110110111101101011110 | 3f3f665b7d3f3f665b7b5e |
SJIS-WIN | テァf[}テァf[{^ | 1100001110100111011001100101101101111101110000111010011101100110010110110111101101011110 | c3a7665b7dc3a7665b7b5e |
EUC-JP | テァf[}テァf[{^ | 100011101100001110001110101001110110011001011011011111011000111011000011100011101010011101100110010110110111101101011110 | 8ec38ea7665b7d8ec38ea7665b7b5e |
UTF-8 | テァf[}テァf[{^ | 11101111101111101000001111101111101111011010011101100110010110110111110111101111101111101000001111101111101111011010011101100110010110110111101101011110 | efbe83efbda7665b7defbe83efbda7665b7b5e |
UHC | ??f[}??f[{^ | 0011111100111111011001100101101101111101001111110011111101100110010110110111101101011110 | 3f3f665b7d3f3f665b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)