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 | 脱誰\}脱誰\{^ | 10010010010001011001001001001110010111000111110110010010010001011001001001001110010111000111101101011110 | 9245924e5c7d9245924e5c7b5e |
EUC-JP | 脱誰\}脱誰\{^ | 11000011101001101100001110101111010111000111110111000011101001101100001110101111010111000111101101011110 | c3a6c3af5c7dc3a6c3af5c7b5e |
UTF-8 | 脱誰\}脱誰\{^ | 1110100010000100101100011110100010101010101100000101110001111101111010001000010010110001111010001010101010110000010111000111101101011110 | e884b1e8aab05c7de884b1e8aab05c7b5e |
UHC | ?誰\}?誰\{^ | 0011111111100010110000010101110001111101001111111110001011000001010111000111101101011110 | 3fe2c15c7d3fe2c15c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)