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 | 豈畷ャ躯泣^ | 11100110101011111001001111101011101011001000101111101011100010111000001101011110 | e6af93ebac8beb8b835e |
EUC-JP | 豈畷ャ躯泣^ | 1110110010110001110001101110110110001110101011001011011011101101101101011110001101011110 | ecb1c6ed8eacb6edb5e35e |
UTF-8 | 豈畷ャ躯泣^ | 11101000101100011000100011100111100101011011011111101111101111011010110011101000101110101010111111100110101100111010001101011110 | e8b188e795b7efbdace8baafe6b3a35e |
UHC | 豈???泣^ | 1101000111000010001111110011111100111111111010111110100001011110 | d1c23f3f3febe85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)