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 | ?浮 | 001111111001010110000010 | 3f9582 |
EUC-JP | 蔣浮 | 1000111111011001101101101100100111100010 | 8fd9b6c9e2 |
UTF-8 | 蔣浮 | 111010001001010010100011111001101011010110101110 | e894a3e6b5ae |
UHC | 蔣浮 | 11101101111110001101110110101001 | edf8dda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)