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 | 郁星 | 10001000111010001001000010101111 | 88e890af |
EUC-JP | 郁星 | 10110000111010101100000010110001 | b0eac0b1 |
UTF-8 | 郁星 | 111010011000001110000001111001101001100010011111 | e98381e6989f |
UHC | 郁星 | 11101001111101001110000011111000 | e9f4e0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)