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 | 邁燬 | 11100111101100001110000010011011 | e7b0e09b |
EUC-JP | 邁燬 | 11101110101100101101111111111011 | eeb2dffb |
UTF-8 | 邁燬 | 111010011000001010000001111001111000011110101100 | e98281e787ac |
UHC | 邁? | 110110001110010000111111 | d8e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)