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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 豈畷ャ補塙~ | 11100110101011111001001111101011101011001001010111100010100101001011011101111110 | e6af93ebac95e294b77e |
EUC-JP | 豈畷ャ補塙~ | 1110110010110001110001101110110110001110101011001100101011100100110010001011100101111110 | ecb1c6ed8eaccae4c8b97e |
UTF-8 | 豈畷ャ補塙~ | 11101000101100011000100011100111100101011011011111101111101111011010110011101000101000111001110011100101101000011001100101111110 | e8b188e795b7efbdace8a39ce5a1997e |
UHC | 豈??補?~ | 1101000111000010001111110011111111011100110011010011111101111110 | d1c23f3fdccd3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)