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 | ë¤æ´§h | 11101011101001001001100111100110101101001010011101101000 | eba499e6b4a768 |
SJIS-WIN | ????´§h | 001111110011111100111111001111111000000101001100100000011001100001101000 | 3f3f3f3f814c819868 |
EUC-JP | �洧h | 100011111010101110110011100011111010001011110000001111111000111110101001110000011010000110101101101000011111100001101000 | 8fabb38fa2f03f8fa9c1a1ada1f868 |
UTF-8 | ë¤æ´§h | 11000011101010111100001010100100110000101001100111000011101001101100001010110100110000101010011101101000 | c3abc2a4c299c3a6c2b4c2a768 |
UHC | ?¤?æ´§h | 0011111110100010101101000011111110101001101000011010001010100101101000011101011101101000 | 3fa2b43fa9a1a2a5a1d768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)