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 | 膩兮 | 11100100010101101001100101100001 | e4569961 |
EUC-JP | 膩兮 | 11100111101101111101000111000010 | e7b7d1c2 |
UTF-8 | 膩兮 | 111010001000011010101001111001011000010110101110 | e886a9e585ae |
UHC | ?兮 | 001111111111101110110001 | 3ffbb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)