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 | ë¤æ´§ | 111010111010010010010111111001101011010010100111 | eba497e6b4a7 |
SJIS-WIN | ????´§ | 0011111100111111001111110011111110000001010011001000000110011000 | 3f3f3f3f814c8198 |
EUC-JP | �洧 | 1000111110101011101100111000111110100010111100000011111110001111101010011100000110100001101011011010000111111000 | 8fabb38fa2f03f8fa9c1a1ada1f8 |
UTF-8 | ë¤æ´§ | 110000111010101111000010101001001100001010010111110000111010011011000010101101001100001010100111 | c3abc2a4c297c3a6c2b4c2a7 |
UHC | ?¤?æ´§ | 00111111101000101011010000111111101010011010000110100010101001011010000111010111 | 3fa2b43fa9a1a2a5a1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)