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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 喘緤}喘緤{^ | 1001101001100010111000110110100101111101100110100110001011100011011010010111101101011110 | 9a62e3697d9a62e3697b5e |
EUC-JP | 喘緤}喘緤{^ | 1101001111000011111001011100101001111101110100111100001111100101110010100111101101011110 | d3c3e5ca7dd3c3e5ca7b5e |
UTF-8 | 喘緤}喘緤{^ | 111001011001011010011000111001111011011110100100011111011110010110010110100110001110011110110111101001000111101101011110 | e59698e7b7a47de59698e7b7a47b5e |
UHC | 喘?}喘?{^ | 111101001011011100111111011111011111010010110111001111110111101101011110 | f4b73f7df4b73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)