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 | シエセネ | 101111001011010010111110110010001111001011101110 | bcb4bec8f2ee |
EUC-JP | シエセネ? | 100011101011110010001110101101001000111010111110100011101100100000111111 | 8ebc8eb48ebe8ec83f |
UTF-8 | シエセネ | 111011111011110110111100111011111011110110110100111011111011110110111110111011111011111010001000111011101000100010100101 | efbdbcefbdb4efbdbeefbe88ee88a5 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)