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 | ?nl | 001111110110111001101100 | 3f6e6c |
SJIS-WIN | 辰nl | 10010010010000110110111001101100 | 92436e6c |
EUC-JP | 辰nl | 11000011101001000110111001101100 | c3a46e6c |
UTF-8 | 辰nl | 1110100010111110101100000110111001101100 | e8beb06e6c |
UHC | 辰nl | 11110010111000110110111001101100 | f2e36e6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)