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 | æ½è²æ½ | 1110011010111101100000011110100010110010100110001110011010111101 | e6bd81e8b298e6bd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æ??è??æ? | 1000111110101001110000010011111100111111100011111010101110110010001111110011111110001111101010011100000100111111 | 8fa9c13f3f8fabb23f3f8fa9c13f |
UTF-8 | æ½è²æ½ | 11000011101001101100001010111101110000101000000111000011101010001100001010110010110000101001100011000011101001101100001010111101 | c3a6c2bdc281c3a8c2b2c298c3a6c2bd |
UHC | æ½??²?æ½ | 10101001101000011010100011110110001111110011111110101001111101110011111110101001101000011010100011110110 | a9a1a8f63f3fa9f73fa9a1a8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)