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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 讚諂}讚諂{^ | 1110011010101011111001100111101001111101111001101010101111100110011110100111101101011110 | e6abe67a7de6abe67a7b5e |
EUC-JP | 讚諂}讚諂{^ | 1110110010101101111010111101101101111101111011001010110111101011110110110111101101011110 | ecadebdb7decadebdb7b5e |
UTF-8 | 讚諂}讚諂{^ | 111010001010111010011010111010001010101110000010011111011110100010101110100110101110100010101011100000100111101101011110 | e8ae9ae8ab827de8ae9ae8ab827b5e |
UHC | 讚諂}讚諂{^ | 1111001111000110111101001101101101111101111100111100011011110100110110110111101101011110 | f3c6f4db7df3c6f4db7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)