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 | 驩暦スェ陝 | 1110100110001001100101111110111110111101101010101110100010011111 | e98997efbdaae89f |
EUC-JP | 驩暦スェ陝 | 11110001111010011100111011110001100011101011110110001110101010101111000010100001 | f1e9cef18ebd8eaaf0a1 |
UTF-8 | 驩暦スェ陝 | 111010011010100110101001111001101001101010100110111011111011110110111101111011111011110110101010111010011001100110011101 | e9a9a9e69aa6efbdbdefbdaae9999d |
UHC | 驩???陝 | 11111100101111100011111100111111001111111110000011101101 | fcbe3f3f3fe0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)