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 | ì¡ë³ | 1110110010001111101000011110101110110011 | ec8fa1ebb3 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ì?¡ë? | 1000111110101011110000000011111110001111101000101100001010001111101010111011001100111111 | 8fabc03f8fa2c28fabb33f |
UTF-8 | ì¡ë³ | 11000011101011001100001010001111110000101010000111000011101010111100001010110011 | c3acc28fc2a1c3abc2b3 |
UHC | ??¡?³ | 00111111001111111010001010101110001111111010100111111000 | 3f3fa2ae3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)