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 | 除}除{^ | 10001111100111000111110110001111100111000111101101011110 | 8f9c7d8f9c7b5e |
EUC-JP | 除}除{^ | 10111101111111000111110110111101111111000111101101011110 | bdfc7dbdfc7b5e |
UTF-8 | 除}除{^ | 111010011001100110100100011111011110100110011001101001000111101101011110 | e999a47de999a47b5e |
UHC | 除}除{^ | 11110000101101100111110111110000101101100111101101011110 | f0b67df0b67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)