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 | 應}應{^ | 10011100111001000111110110011100111001000111101101011110 | 9ce47d9ce47b5e |
EUC-JP | 應}應{^ | 11011000111001100111110111011000111001100111101101011110 | d8e67dd8e67b5e |
UTF-8 | 應}應{^ | 111001101000011110001001011111011110011010000111100010010111101101011110 | e687897de687897b5e |
UHC | 應}應{^ | 11101011111010110111110111101011111010110111101101011110 | ebeb7debeb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)