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 | 製蓆 | 10010000101110111110010011101100 | 90bbe4ec |
EUC-JP | 製蓆 | 11000000101111011110100011101110 | c0bde8ee |
UTF-8 | 製蓆 | 111010001010001110111101111010001001001110000110 | e8a3bde89386 |
UHC | 製蓆 | 11110000101100101110000010110110 | f0b2e0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)