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 | âéâÝ\ | 1110001011101001111000101101110101011100 | e2e9e2dd5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | âéâÝ\ | 10001111101010111010010010001111101010111011000110001111101010111010010010001111101010101111001001011100 | 8faba48fabb18faba48faaf25c |
UTF-8 | âéâÝ\ | 110000111010001011000011101010011100001110100010110000111001110101011100 | c3a2c3a9c3a2c39d5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)