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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | 邁誹痘[BF | 111001111011000010010100111011101001001110010111010110110100001001000110 | e7b094ee93975b4246 |
EUC-JP | 邁誹痘[BF | 111011101011001011001000111100001100010111110111010110110100001001000110 | eeb2c8f0c5f75b4246 |
UTF-8 | 邁誹痘[BF | 111010011000001010000001111010001010101010111001111001111001011110011000010110110100001001000110 | e98281e8aab9e797985b4246 |
UHC | 邁誹痘[BF | 110110001110010011011110101001101101010011100011010110110100001001000110 | d8e4dea6d4e35b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)