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 | ʳ¤ë | 1000111111001010101100111010010011101011 | 8fcab3a4eb |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Ê?¤ë | 0011111110001111101010101011010000111111100011111010001011110000100011111010101110110011 | 3f8faab43f8fa2f08fabb3 |
UTF-8 | ʳ¤ë | 11000010100011111100001110001010110000101011001111000010101001001100001110101011 | c28fc38ac2b3c2a4c3ab |
UHC | ??³¤? | 00111111001111111010100111111000101000101011010000111111 | 3f3fa9f8a2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)