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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シモシフ莟 | 101111001101001110111100110011001110010010101111 | bcd3bccce4af |
EUC-JP | シモシフ莟 | 10001110101111001000111011010011100011101011110010001110110011001110100010110001 | 8ebc8ed38ebc8ecce8b1 |
UTF-8 | シモシフ莟 | 111011111011110110111100111011111011111010010011111011111011110110111100111011111011111010001100111010001000111010011111 | efbdbcefbe93efbdbcefbe8ce88e9f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)