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 | èõëë¤ | 1110100011110101100001111110101110010100100000101110101110100100 | e8f587eb9482eba4 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èõ?ë??ë¤ | 100011111010101110110010100011111010101111011000001111111000111110101011101100110011111100111111100011111010101110110011100011111010001011110000 | 8fabb28fabd83f8fabb33f3f8fabb38fa2f0 |
UTF-8 | èõëë¤ | 11000011101010001100001110110101110000101000011111000011101010111100001010010100110000101000001011000011101010111100001010100100 | c3a8c3b5c287c3abc294c282c3abc2a4 |
UHC | ???????¤ | 001111110011111100111111001111110011111100111111001111111010001010110100 | 3f3f3f3f3f3f3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)