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 | ÉèÛ· | 1000111111001001111010001101101110110111 | 8fc9e8dbb7 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ÉèÛ? | 0011111110001111101010101011000110001111101010111011001010001111101010101110010100111111 | 3f8faab18fabb28faae53f |
UTF-8 | ÉèÛ· | 11000010100011111100001110001001110000111010100011000011100110111100001010110111 | c28fc389c3a8c39bc2b7 |
UHC | ????· | 001111110011111100111111001111111010000110100100 | 3f3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)