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 | ?® | 0011111110101110 | 3fae |
SJIS-WIN | 鳶? | 100100111100111000111111 | 93ce3f |
EUC-JP | 鳶® | 1100011011010000100011111010001011101110 | c6d08fa2ee |
UTF-8 | 鳶® | 1110100110110011101101101100001010101110 | e9b3b6c2ae |
UHC | 鳶® | 11100110111010011010001011100111 | e6e9a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)