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 | 螳、驍ェ蟆 | 1110010110101110101001001110100110000010101010101110010110110000 | e5aea4e982aae5b0 |
EUC-JP | 螳、驍ェ蟆 | 11101010101100001000111010100100111100011110001010001110101010101110101010110010 | eab08ea4f1e28eaaeab2 |
UTF-8 | 螳、驍ェ蟆 | 111010001001111010110011111011111011110110100100111010011010100110001101111011111011110110101010111010001001111110000110 | e89eb3efbda4e9a98defbdaae89f86 |
UHC | 螳?驍?? | 11010011110110010011111111111101101001000011111100111111 | d3d93ffda43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)