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 | 慂侖 | 10011100110010001001100011010011 | 9cc898d3 |
EUC-JP | 慂侖 | 11011000110010101101000011010101 | d8cad0d5 |
UTF-8 | 慂侖 | 111001101000010110000010111001001011111010010110 | e68582e4be96 |
UHC | 慂侖 | 11101001101111011101011111000010 | e9bdd7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)