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 | ??]??s | 001111110011111101011101001111110011111101110011 | 3f3f5d3f3f73 |
SJIS-WIN | 将「]将ェs | 1000111110101011101000100101110110001111101010111010101001110011 | 8faba25d8fabaa73 |
EUC-JP | 将「]将ェs | 10111110101011011000111010100010010111011011111010101101100011101010101001110011 | bead8ea25dbead8eaa73 |
UTF-8 | 将「]将ェs | 1110010110110000100001101110111110111101101000100101110111100101101100001000011011101111101111011010101001110011 | e5b086efbda25de5b086efbdaa73 |
UHC | ??]??s | 001111110011111101011101001111110011111101110011 | 3f3f5d3f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)