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 | 災褐 | 10001101110100001000101010001100 | 8dd08a8c |
EUC-JP | 災褐 | 10111010110100101011001111101100 | bad2b3ec |
UTF-8 | 災褐 | 111001111000000110111101111010001010010010010000 | e781bde8a490 |
UHC | 災褐 | 11101110101011001100101011101000 | eeaccae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)