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 | æ®ê¹ | 1110011010101110100010011110101010111001 | e6ae89eab9 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | æ®?ê? | 1000111110101001110000011000111110100010111011100011111110001111101010111011010000111111 | 8fa9c18fa2ee3f8fabb43f |
UTF-8 | æ®ê¹ | 11000011101001101100001010101110110000101000100111000011101010101100001010111001 | c3a6c2aec289c3aac2b9 |
UHC | æ®??¹ | 1010100110100001101000101110011100111111001111111010100111110110 | a9a1a2e73f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)