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 | 軟у | 10010011111011101000010010000101 | 93ee8485 |
EUC-JP | 軟у | 11000110111100001010011111100101 | c6f0a7e5 |
UTF-8 | 軟у | 1110100010111011100111111101000110000011 | e8bb9fd183 |
UHC | 軟у | 11100110111000111010110011100101 | e6e3ace5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)