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 | 燁扇 | 11111011010110011001000011101110 | fb5990ee |
EUC-JP | 燁扇 | 1000111111001010101100111100000011110000 | 8fcab3c0f0 |
UTF-8 | 燁扇 | 111001111000011110000001111001101000100110000111 | e78781e68987 |
UHC | 燁扇 | 11100111101001111110000010111111 | e7a7e0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)