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 | ëcB | 1110101110101101100100100110001101000010 | ebad926342 |
SJIS-WIN | ???cB | 0011111100111111001111110110001101000010 | 3f3f3f6342 |
EUC-JP | ë??cB | 10001111101010111011001100111111001111110110001101000010 | 8fabb33f3f6342 |
UTF-8 | ëcB | 1100001110101011110000101010110111000010100100100110001101000010 | c3abc2adc2926342 |
UHC | ??cB | 001111111010000110101001001111110110001101000010 | 3fa1a93f6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)