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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 蝌之n}蝌之n{^ | 11100101100110001001010001010110011011100111110111100101100110001001010001010110011011100111101101011110 | e59894566e7de59894566e7b5e |
EUC-JP | 蝌之n}蝌之n{^ | 11101001111110001100011110110111011011100111110111101001111110001100011110110111011011100111101101011110 | e9f8c7b76e7de9f8c7b76e7b5e |
UTF-8 | 蝌之n}蝌之n{^ | 1110100010011101100011001110010010111001100010110110111001111101111010001001110110001100111001001011100110001011011011100111101101011110 | e89d8ce4b98b6e7de89d8ce4b98b6e7b5e |
UHC | ?之n}?之n{^ | 0011111111110001111111010110111001111101001111111111000111111101011011100111101101011110 | 3ff1fd6e7d3ff1fd6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)