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 | 痔\}痔\{^ | 11110001111010111000111010100100010111000111110111110001111010111000111010100100010111000111101101011110 | f1eb8ea45c7df1eb8ea45c7b5e |
EUC-JP | ?痔\}?痔\{^ | 0011111110111100101001100101110001111101001111111011110010100110010111000111101101011110 | 3fbca65c7d3fbca65c7b5e |
UTF-8 | 痔\}痔\{^ | 1110111010000101101001101110011110010111100101000101110001111101111011101000010110100110111001111001011110010100010111000111101101011110 | ee85a6e797945c7dee85a6e797945c7b5e |
UHC | ?痔\}?痔\{^ | 0011111111110110110000000101110001111101001111111111011011000000010111000111101101011110 | 3ff6c05c7d3ff6c05c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)