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 | ?p[BF | 0011111101110000010110110100001001000110 | 3f705b4246 |
SJIS-WIN | 鱆p[BF | 111010011110000101110000010110110100001001000110 | e9e1705b4246 |
EUC-JP | 鱆p[BF | 111100101110001101110000010110110100001001000110 | f2e3705b4246 |
UTF-8 | 鱆p[BF | 11101001101100011000011001110000010110110100001001000110 | e9b186705b4246 |
UHC | ?p[BF | 0011111101110000010110110100001001000110 | 3f705b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)