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 | ò£¾ë¸® | 111100101010001110111110111010111011100010101110 | f2a3beebb8ae |
SJIS-WIN | ?£???? | 00111111100000011001001000111111001111110011111100111111 | 3f81923f3f3f3f |
EUC-JP | ò£?븮 | 100011111010101111010010101000011111001000111111100011111010101110110011100011111010001010110001100011111010001011101110 | 8fabd2a1f23f8fabb38fa2b18fa2ee |
UTF-8 | ò£¾ë¸® | 110000111011001011000010101000111100001010111110110000111010101111000010101110001100001010101110 | c3b2c2a3c2bec3abc2b8c2ae |
UHC | ??¾?¸® | 001111110011111110101000111110100011111110100010101011001010001011100111 | 3f3fa8fa3fa2aca2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)