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 | ë¤ê¹ê´ | 1110101110100100100011001110101010111001100100011110101010110100 | eba48ceab991eab4 |
SJIS-WIN | ???????´ | 001111110011111100111111001111110011111100111111001111111000000101001100 | 3f3f3f3f3f3f3f814c |
EUC-JP | ë¤?ê??ê´ | 1000111110101011101100111000111110100010111100000011111110001111101010111011010000111111001111111000111110101011101101001010000110101101 | 8fabb38fa2f03f8fabb43f3f8fabb4a1ad |
UTF-8 | ë¤ê¹ê´ | 11000011101010111100001010100100110000101000110011000011101010101100001010111001110000101001000111000011101010101100001010110100 | c3abc2a4c28cc3aac2b9c291c3aac2b4 |
UHC | ?¤??¹??´ | 0011111110100010101101000011111100111111101010011111011000111111001111111010001010100101 | 3fa2b43f3fa9f63f3fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)