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 | ?康 | 001111111000110101001110 | 3f8d4e |
EUC-JP | ?康 | 001111111011100110101111 | 3fb9af |
UTF-8 | 幷康 | 111001011011100110110111111001011011101010110111 | e5b9b7e5bab7 |
UHC | 幷康 | 11011100101101001100101110101100 | dcb4cbac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)