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 | 餌照 | 10001001011000011000111111000110 | 89618fc6 |
EUC-JP | 餌照 | 10110001110000101011111011001000 | b1c2bec8 |
UTF-8 | 餌照 | 111010011010010010001100111001111000010110100111 | e9a48ce785a7 |
UHC | 餌照 | 11101100110010001111000011001110 | ecc8f0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)