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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ェ韜踴ゥェ | 111100011011000010101010111010001110100111100110111110111010100110101010 | f1b0aae8e9e6fba9aa |
EUC-JP | ?ェ韜踴ゥェ | 0011111110001110101010101111000011101011111011001111110110001110101010011000111010101010 | 3f8eaaf0ebecfd8ea98eaa |
UTF-8 | ェ韜踴ゥェ | 111011101000010010101011111011111011110110101010111010011001111110011100111010001011100010110100111011111011110110101001111011111011110110101010 | ee84abefbdaae99f9ce8b8b4efbda9efbdaa |
UHC | ??韜??? | 00111111001111111101010010110111001111110011111100111111 | 3f3fd4b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)