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 | ?賻 | 001111111110011011010000 | 3fe6d0 |
EUC-JP | 鮍賻 | 1000111111101010110110101110110011010010 | 8feadaecd2 |
UTF-8 | 鮍賻 | 111010011010111010001101111010001011001110111011 | e9ae8de8b3bb |
UHC | ?賻 | 001111111101110110111000 | 3fddb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)