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 | ?c] | 001111110110001101011101 | 3f635d |
SJIS-WIN | 炭c] | 10010010010110010110001101011101 | 9259635d |
EUC-JP | 炭c] | 11000011101110100110001101011101 | c3ba635d |
UTF-8 | 炭c] | 1110011110000010101011010110001101011101 | e782ad635d |
UHC | 炭c] | 11110111101010010110001101011101 | f7a9635d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)