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 | 磬弱 | 11100001111111001000111011100011 | e1fc8ee3 |
EUC-JP | 磬弱 | 11100010111111101011110011100101 | e2febce5 |
UTF-8 | 磬弱 | 111001111010001110101100111001011011110010110001 | e7a3ace5bcb1 |
UHC | 磬弱 | 11001100111001001110010110110000 | cce4e5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)