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 | 雕晉「慕「 | 1110100010111000100111011110011110100010100101011110011110100010 | e8b89de7a295e7a2 |
EUC-JP | 雕晉「慕「 | 11110000101110101101101011101001100011101010001011001010111010011000111010100010 | f0badae98ea2cae98ea2 |
UTF-8 | 雕晉「慕「 | 111010011001101110010101111001101001100110001001111011111011110110100010111001101000010110010101111011111011110110100010 | e99b95e69989efbda2e68595efbda2 |
UHC | 雕晉?慕? | 1111000011100111111100101100101100111111110110011011011100111111 | f0e7f2cb3fd9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)