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] | 111110110110001101011101 | fb635d |
SJIS-WIN | ?c] | 001111110110001101011101 | 3f635d |
EUC-JP | ûc] | 1000111110101011111001010110001101011101 | 8fabe5635d |
UTF-8 | ûc] | 11000011101110110110001101011101 | c3bb635d |
UHC | ?c] | 001111110110001101011101 | 3f635d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)