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 | 鳥烽 | 10010010101110011110000010000010 | 92b9e082 |
EUC-JP | 鳥烽 | 11000100101110111101111111100010 | c4bbdfe2 |
UTF-8 | 鳥烽 | 111010011011001110100101111001111000001110111101 | e9b3a5e783bd |
UHC | 鳥烽 | 11110000111010001101110011101011 | f0e8dceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)