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 | çë¥ë¢ | 1110011110000000100110111110101110100101100000101110101110100010 | e7809beba582eba2 |
SJIS-WIN | ????¥??¢ | 00111111001111110011111100111111100000011000111100111111001111111000000110010001 | 3f3f3f3f818f3f3f8191 |
EUC-JP | ç??ë??ë¢ | 100011111010101110101110001111110011111110001111101010111011001100111111001111111000111110101011101100111010000111110001 | 8fabae3f3f8fabb33f3f8fabb3a1f1 |
UTF-8 | çë¥ë¢ | 11000011101001111100001010000000110000101001101111000011101010111100001010100101110000101000001011000011101010111100001010100010 | c3a7c280c29bc3abc2a5c282c3abc2a2 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)