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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | 縡?紆?Y | 11100011011100010011111111100010111111000011111101011001 | e3713fe2fc3f59 |
EUC-JP | 縡?紆?Y | 11100101110100100011111111100100111111100011111101011001 | e5d23fe4fe3f59 |
UTF-8 | 縡렕紆렣Y | 11100111101110001010000111101011101000001001010111100111101101001000011011101011101000001010001101011001 | e7b8a1eba095e7b486eba0a359 |
UHC | 縡렕紆렣Y | 111011101010110110001110101010101110100111100001100011101011010001011001 | eead8eaae9e18eb459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)