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 | 夭棄夭棄^ | 100110101110111010001010111111001001101011101110100010101111110001011110 | 9aee8afc9aee8afc5e |
EUC-JP | 夭棄夭棄^ | 110101001111000010110100111111101101010011110000101101001111111001011110 | d4f0b4fed4f0b4fe5e |
UTF-8 | 夭棄夭棄^ | 11100101101001001010110111100110101000111000010011100101101001001010110111100110101000111000010001011110 | e5a4ade6a384e5a4ade6a3845e |
UHC | 夭棄夭棄^ | 111010001110110011010001101001011110100011101100110100011010010101011110 | e8ecd1a5e8ecd1a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)