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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 豺∴ | 11100110101101111000000110001000 | e6b78188 |
EUC-JP | 豺∴ | 11101100101110011010000111101000 | ecb9a1e8 |
UTF-8 | 豺∴ | 111010001011000110111010111000101000100010110100 | e8b1bae288b4 |
UHC | 豺∴ | 11100011110011111010000111000101 | e3cfa1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)