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 | 1110011010110100111010001111010001000110 | e6b4e8f446 |
EUC-JP | 豢頡F | 1110110010110110111100001111011001000110 | ecb6f0f646 |
UTF-8 | 豢頡F | 11101000101100011010001011101001101000001010000101000110 | e8b1a2e9a0a146 |
UHC | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)