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 | 邀費セ也キ | 1110011110110001100101001110111110111110100101101110011110110111 | e7b194efbe96e7b7 |
EUC-JP | 邀費セ也キ | 11101110101100111100100011110001100011101011111011001100111010011000111010110111 | eeb3c8f18ebecce98eb7 |
UTF-8 | 邀費セ也キ | 111010011000001010000000111010001011001010111011111011111011110110111110111001001011100110011111111011111011110110110111 | e98280e8b2bbefbdbee4b99fefbdb7 |
UHC | 邀費?也? | 1110100110101101110111101010100000111111111001011010010100111111 | e9addea83fe5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)