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 | 荼ス螂ェ莟 | 1110010010110110101111011110010110100101101010101110010010101111 | e4b6bde5a5aae4af |
EUC-JP | 荼ス螂ェ莟 | 11101000101110001000111010111101111010101010011110001110101010101110100010110001 | e8b88ebdeaa78eaae8b1 |
UTF-8 | 荼ス螂ェ莟 | 111010001000110110111100111011111011110110111101111010001001111010000010111011111011110110101010111010001000111010011111 | e88dbcefbdbde89e82efbdaae88e9f |
UHC | ??螂?? | 001111110011111111010101110011000011111100111111 | 3f3fd5cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)