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 | 齏懶ソ・蓁 | 1110100011101011100111001110111110111111101001011110010011101011 | e8eb9cefbfa5e4eb |
EUC-JP | 齏懶ソ・蓁 | 11110000111011011101100011110001100011101011111110001110101001011110100011101101 | f0edd8f18ebf8ea5e8ed |
UTF-8 | 齏懶ソ・蓁 | 111010011011110110001111111001101000011110110110111011111011110110111111111011111011110110100101111010001001001110000001 | e9bd8fe687b6efbdbfefbda5e89381 |
UHC | ?懶??? | 001111111101010011111011001111110011111100111111 | 3fd4fb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)