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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邀? | 111001111011000100111111 | e7b13f |
EUC-JP | 邀? | 111011101011001100111111 | eeb33f |
UTF-8 | 邀뤶 | 111010011000001010000000111010111010010010110110 | e98280eba4b6 |
UHC | 邀뤶 | 11101001101011011000111111100100 | e9ad8fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)