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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 駟棺駟棺^ | 111010010110100110001010101110111110100101101001100010101011101101011110 | e9698abbe9698abb5e |
EUC-JP | 駟棺駟棺^ | 111100011100101010110100101111011111000111001010101101001011110101011110 | f1cab4bdf1cab4bd5e |
UTF-8 | 駟棺駟棺^ | 11101001101001111001111111100110101000111011101011101001101001111001111111100110101000111011101001011110 | e9a79fe6a3bae9a79fe6a3ba5e |
UHC | 駟棺駟棺^ | 110111101111100111001110101100101101111011111001110011101011001001011110 | def9ceb2def9ceb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)