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 | ë¬ZD | 1110101110101100101011010101101001000100 | ebacad5a44 |
SJIS-WIN | ?¬?ZD | 001111111000000111001010001111110101101001000100 | 3f81ca3f5a44 |
EUC-JP | �ZD | 1000111110101011101100111010001011001100001111110101101001000100 | 8fabb3a2cc3f5a44 |
UTF-8 | ë¬ZD | 1100001110101011110000101010110011000010101011010101101001000100 | c3abc2acc2ad5a44 |
UHC | ??ZD | 001111110011111110100001101010010101101001000100 | 3f3fa1a95a44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)