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 | 螳、驍ェ雉 | 1110010110101110101001001110100110000010101010101110100010110011 | e5aea4e982aae8b3 |
EUC-JP | 螳、驍ェ雉 | 11101010101100001000111010100100111100011110001010001110101010101111000010110101 | eab08ea4f1e28eaaf0b5 |
UTF-8 | 螳、驍ェ雉 | 111010001001111010110011111011111011110110100100111010011010100110001101111011111011110110101010111010011001101110001001 | e89eb3efbda4e9a98defbdaae99b89 |
UHC | 螳?驍?雉 | 1101001111011001001111111111110110100100001111111111011011001011 | d3d93ffda43ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)