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 | 終冪 | 10001111010010011001100101110000 | 8f499970 |
EUC-JP | 終冪 | 10111101101010101101000111010001 | bdaad1d1 |
UTF-8 | 終冪 | 111001111011010110000010111001011000011010101010 | e7b582e586aa |
UHC | 終冪 | 11110000111110111101100011110001 | f0fbd8f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)