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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ロ・魄 | 11011011101001011110100110101110 | dba5e9ae |
EUC-JP | ロ・魄 | 100011101101101110001110101001011111001010110000 | 8edb8ea5f2b0 |
UTF-8 | ロ・魄 | 111011111011111010011011111011111011110110100101111010011010110110000100 | efbe9befbda5e9ad84 |
UHC | ??魄 | 00111111001111111101101111011110 | 3f3fdbde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)