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 | 銷滓ウョ粐 | 1110011111110111100111111110011010110011101011101110001011100010 | e7f79fe6b3aee2e2 |
EUC-JP | 銷滓ウョ粐 | 11101110111110011101111011101000100011101011001110001110101011101110010011100100 | eef9dee88eb38eaee4e4 |
UTF-8 | 銷滓ウョ粐 | 111010011000101010110111111001101011101110010011111011111011110110110011111011111011110110101110111001111011001010010000 | e98ab7e6bb93efbdb3efbdaee7b290 |
UHC | 銷滓??? | 11100001110100011110111010101011001111110011111100111111 | e1d1eeab3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)