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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豌萱踐 | 111001101011000010001010100111101110011011110110 | e6b08a9ee6f6 |
EUC-JP | 豌萱踐 | 111011001011001010110011111111101110110011111000 | ecb2b3feecf8 |
UTF-8 | 豌萱踐 | 111010001011000110001100111010001001000010110001111010001011100010010000 | e8b18ce890b1e8b890 |
UHC | 豌萱踐 | 111010001101010111111101110000001111010011000010 | e8d5fdc0f4c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)