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 | ??Af??AT | 0011111100111111010000010110011000111111001111110100000101010100 | 3f3f41663f3f4154 |
SJIS-WIN | ?ェAf?ェAT | 0011111110101010010000010110011000111111101010100100000101010100 | 3faa41663faa4154 |
EUC-JP | ?ェAf?ェAT | 00111111100011101010101001000001011001100011111110001110101010100100000101010100 | 3f8eaa41663f8eaa4154 |
UTF-8 | 䵸ェAf䵸ェAT | 11100100101101011011100011101111101111011010101001000001011001101110010010110101101110001110111110111101101010100100000101010100 | e4b5b8efbdaa4166e4b5b8efbdaa4154 |
UHC | ??Af??AT | 0011111100111111010000010110011000111111001111110100000101010100 | 3f3f41663f3f4154 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)