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 | 煽粫 | 10010000111110001110001011100110 | 90f8e2e6 |
EUC-JP | 煽粫 | 11000000111110101110010011101000 | c0fae4e8 |
UTF-8 | 煽粫 | 111001111000010110111101111001111011001010101011 | e785bde7b2ab |
UHC | 煽? | 111000001100001100111111 | e0c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)