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 | ?慫 | 001111111001110011001111 | 3f9ccf |
EUC-JP | 脘慫 | 1000111111010110101011001101100011010001 | 8fd6acd8d1 |
UTF-8 | 脘慫 | 111010001000010010011000111001101000010110101011 | e88498e685ab |
UHC | 脘慫 | 11101000110100101111000011110110 | e8d2f0f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)