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 | êµ»ë¸ââ | 1110101010110101101110111110101110111000100111011110001011100010 | eab5bbebb89de2e2 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ê??ë¸?ââ | 100011111010101110110100001111110011111110001111101010111011001110001111101000101011000100111111100011111010101110100100100011111010101110100100 | 8fabb43f3f8fabb38fa2b13f8faba48faba4 |
UTF-8 | êµ»ë¸ââ | 11000011101010101100001010110101110000101011101111000011101010111100001010111000110000101001110111000011101000101100001110100010 | c3aac2b5c2bbc3abc2b8c29dc3a2c3a2 |
UHC | ????¸??? | 001111110011111100111111001111111010001010101100001111110011111100111111 | 3f3f3f3fa2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)