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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 无燬F | 1001110111011001111000001001101101000110 | 9dd9e09b46 |
EUC-JP | 无燬F | 1101101011011011110111111111101101000110 | dadbdffb46 |
UTF-8 | 无燬F | 11100110100101111010000011100111100001111010110001000110 | e697a0e787ac46 |
UHC | 无?F | 11011001111010010011111101000110 | d9e93f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)