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 | 0011111100111111010110110100001001000110 | 3f3f5b4246 |
SJIS-WIN | エ穡[BF | 101101001110001001110000010110110100001001000110 | b4e2705b4246 |
EUC-JP | エ穡[BF | 10001110101101001110001111010001010110110100001001000110 | 8eb4e3d15b4246 |
UTF-8 | エ穡[BF | 111011111011110110110100111001111010100110100001010110110100001001000110 | efbdb4e7a9a15b4246 |
UHC | ?穡[BF | 001111111101111111100010010110110100001001000110 | 3fdfe25b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)