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 | 唸韜唸韜^ | 100110100101100011101000111010011001101001011000111010001110100101011110 | 9a58e8e99a58e8e95e |
EUC-JP | 唸韜唸韜^ | 110100111011100111110000111010111101001110111001111100001110101101011110 | d3b9f0ebd3b9f0eb5e |
UTF-8 | 唸韜唸韜^ | 11100101100101001011100011101001100111111001110011100101100101001011100011101001100111111001110001011110 | e594b8e99f9ce594b8e99f9c5e |
UHC | ?韜?韜^ | 00111111110101001011011100111111110101001011011101011110 | 3fd4b73fd4b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)