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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 脱竪\}脱竪\{^ | 10010010010001011001001001000111010111000111110110010010010001011001001001000111010111000111101101011110 | 924592475c7d924592475c7b5e |
EUC-JP | 脱竪\}脱竪\{^ | 11000011101001101100001110101000010111000111110111000011101001101100001110101000010111000111101101011110 | c3a6c3a85c7dc3a6c3a85c7b5e |
UTF-8 | 脱竪\}脱竪\{^ | 1110100010000100101100011110011110101011101010100101110001111101111010001000010010110001111001111010101110101010010111000111101101011110 | e884b1e7abaa5c7de884b1e7abaa5c7b5e |
UHC | ?竪\}?竪\{^ | 0011111111100010101101010101110001111101001111111110001010110101010111000111101101011110 | 3fe2b55c7d3fe2b55c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)