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 | Öi | 10001111110101101000110101101001 | 8fd68d69 |
SJIS-WIN | ???i | 00111111001111110011111101101001 | 3f3f3f69 |
EUC-JP | ?Ö?i | 001111111000111110101010110100110011111101101001 | 3f8faad33f69 |
UTF-8 | Öi | 11000010100011111100001110010110110000101000110101101001 | c28fc396c28d69 |
UHC | ???i | 00111111001111110011111101101001 | 3f3f3f69 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)