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 | ?`?OB | 0011111101100000001111110100111101000010 | 3f603f4f42 |
SJIS-WIN | 豺`豺OB | 11100110101101110110000011100110101101110100111101000010 | e6b760e6b74f42 |
EUC-JP | 豺`豺OB | 11101100101110010110000011101100101110010100111101000010 | ecb960ecb94f42 |
UTF-8 | 豺`豺OB | 111010001011000110111010011000001110100010110001101110100100111101000010 | e8b1ba60e8b1ba4f42 |
UHC | 豺`豺OB | 11100011110011110110000011100011110011110100111101000010 | e3cf60e3cf4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)