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 | ??OF | 00111111001111110100111101000110 | 3f3f4f46 |
SJIS-WIN | ??OF | 00111111001111110100111101000110 | 3f3f4f46 |
EUC-JP | 悰?OF | 100011111011110111111100001111110100111101000110 | 8fbdfc3f4f46 |
UTF-8 | 悰섞OF | 1110011010000010101100001110110010000100100111100100111101000110 | e682b0ec849e4f46 |
UHC | 悰섞OF | 111100001111010110111100101011110100111101000110 | f0f5bcaf4f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)