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 | 髯扁 | 11101001100110011001110101000111 | e9999d47 |
EUC-JP | 髯扁 | 11110001111110011101100110101000 | f1f9d9a8 |
UTF-8 | 髯扁 | 111010011010101110101111111001101000100110000001 | e9abafe68981 |
UHC | ?扁 | 001111111111100010110111 | 3ff8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)