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 | 粹涯 | 11100010111011011000101001010101 | e2ed8a55 |
EUC-JP | 粹涯 | 11100100111011111011001110110110 | e4efb3b6 |
UTF-8 | 粹涯 | 111001111011001010111001111001101011011010101111 | e7b2b9e6b6af |
UHC | 粹涯 | 11100010101101101110010011110011 | e2b6e4f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)