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 | 潁躡\}潁躡\{^ | 10011111111100011110011101011001010111000111110110011111111100011110011101011001010111000111101101011110 | 9ff1e7595c7d9ff1e7595c7b5e |
EUC-JP | 潁躡\}潁躡\{^ | 11011110111100111110110110111010010111000111110111011110111100111110110110111010010111000111101101011110 | def3edba5c7ddef3edba5c7b5e |
UTF-8 | 潁躡\}潁躡\{^ | 1110011010111101100000011110100010111010101000010101110001111101111001101011110110000001111010001011101010100001010111000111101101011110 | e6bd81e8baa15c7de6bd81e8baa15c7b5e |
UHC | 潁?\}潁?\{^ | 1110011110111000001111110101110001111101111001111011100000111111010111000111101101011110 | e7b83f5c7de7b83f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)