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 | ëî¹Zë | 1110101111101110101110010101101011101011 | ebeeb95aeb |
SJIS-WIN | ???Z? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
EUC-JP | ëî?Zë | 1000111110101011101100111000111110101011110000100011111101011010100011111010101110110011 | 8fabb38fabc23f5a8fabb3 |
UTF-8 | ëî¹Zë | 110000111010101111000011101011101100001010111001010110101100001110101011 | c3abc3aec2b95ac3ab |
UHC | ??¹Z? | 001111110011111110101001111101100101101000111111 | 3f3fa9f65a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)