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 | 佞榻 | 10011011010000111001111011001110 | 9b439ece |
EUC-JP | 佞榻 | 11010101101001001101110011010000 | d5a4dcd0 |
UTF-8 | 佞榻 | 111001001011110110011110111001101010011010111011 | e4bd9ee6a6bb |
UHC | ?榻 | 001111111111011110110100 | 3ff7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)