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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 撓}撓{^ | 10011101100110100111110110011101100110100111101101011110 | 9d9a7d9d9a7b5e |
EUC-JP | 撓}撓{^ | 11011001111110100111110111011001111110100111101101011110 | d9fa7dd9fa7b5e |
UTF-8 | 撓}撓{^ | 111001101001001010010011011111011110011010010010100100110111101101011110 | e692937de692937b5e |
UHC | 撓}撓{^ | 11101000111101010111110111101000111101010111101101011110 | e8f57de8f57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)