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 | ë¤ìº¥ | 111010111010010010010010111011001011101010100101 | eba492ecbaa5 |
SJIS-WIN | ?????¥ | 00111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f818f |
EUC-JP | �� | 1000111110101011101100111000111110100010111100000011111110001111101010111100000010001111101000101110101100111111 | 8fabb38fa2f03f8fabc08fa2eb3f |
UTF-8 | ë¤ìº¥ | 110000111010101111000010101001001100001010010010110000111010110011000010101110101100001010100101 | c3abc2a4c292c3acc2bac2a5 |
UHC | ?¤??º? | 0011111110100010101101000011111100111111101010001010110000111111 | 3fa2b43f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)