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 | ?E | 0011111101000101 | 3f45 |
SJIS-WIN | 邀E | 111001111011000101000101 | e7b145 |
EUC-JP | 邀E | 111011101011001101000101 | eeb345 |
UTF-8 | 邀E | 11101001100000101000000001000101 | e9828045 |
UHC | 邀E | 111010011010110101000101 | e9ad45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)