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 | 觸瑚 | 11100110010111001000110011101000 | e65c8ce8 |
EUC-JP | 觸瑚 | 11101011101111011011100011101010 | ebbdb8ea |
UTF-8 | 觸瑚 | 111010001010011110111000111001111001000110011010 | e8a7b8e7919a |
UHC | 觸瑚 | 11110101101110101111101111010001 | f5bafbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)