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 | 樰魄樰白^ | 111110101110110111101001101011101111101011101101100101001001001001011110 | faede9aefaed94925e |
EUC-JP | 樰魄樰白^ | 1000111111000100111111011111001010110000100011111100010011111101110001111111001001011110 | 8fc4fdf2b08fc4fdc7f25e |
UTF-8 | 樰魄樰白^ | 11100110101010001011000011101001101011011000010011100110101010001011000011100111100110011011110101011110 | e6a8b0e9ad84e6a8b0e799bd5e |
UHC | ?魄?白^ | 00111111110110111101111000111111110110111101110001011110 | 3fdbde3fdbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)