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 | 猜魑 | 11100000110010001110100110110011 | e0c8e9b3 |
EUC-JP | 猜魑 | 11100000110010101111001010110101 | e0caf2b5 |
UTF-8 | 猜魑 | 111001111000110010011100111010011010110110010001 | e78c9ce9ad91 |
UHC | 猜? | 111000111100010000111111 | e3c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)