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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 豈畷ャ戦柱^ | 11100110101011111001001111101011101011001001000011101101100100101000110001011110 | e6af93ebac90ed928c5e |
EUC-JP | 豈畷ャ戦柱^ | 1110110010110001110001101110110110001110101011001100000011101111110000111110110001011110 | ecb1c6ed8eacc0efc3ec5e |
UTF-8 | 豈畷ャ戦柱^ | 11101000101100011000100011100111100101011011011111101111101111011010110011100110100010001010011011100110100111111011000101011110 | e8b188e795b7efbdace688a6e69fb15e |
UHC | 豈???柱^ | 1101000111000010001111110011111100111111111100011011101001011110 | d1c23f3f3ff1ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)