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 | 終泥 | 10001111010010011001001101000100 | 8f499344 |
EUC-JP | 終泥 | 10111101101010101100010110100101 | bdaac5a5 |
UTF-8 | 終泥 | 111001111011010110000010111001101011001110100101 | e7b582e6b3a5 |
UHC | 終泥 | 11110000111110111101001011111010 | f0fbd2fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)