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 | 亞星 | 10011000101100011001000010101111 | 98b190af |
EUC-JP | 亞星 | 11010000101100111100000010110001 | d0b3c0b1 |
UTF-8 | 亞星 | 111001001011101010011110111001101001100010011111 | e4ba9ee6989f |
UHC | 亞星 | 11100100101011001110000011111000 | e4ace0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)