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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豈畷ェ娯蛤 | 111001101010111110010011111010111010101010001100111000101001010010111000 | e6af93ebaa8ce294b8 |
EUC-JP | 豈畷ェ娯蛤 | 11101100101100011100011011101101100011101010101010111000111001001100100010111010 | ecb1c6ed8eaab8e4c8ba |
UTF-8 | 豈畷ェ娯蛤 | 111010001011000110001000111001111001010110110111111011111011110110101010111001011010100010101111111010001001101110100100 | e8b188e795b7efbdaae5a8afe89ba4 |
UHC | 豈???蛤 | 11010001110000100011111100111111001111111111100111101101 | d1c23f3f3ff9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)