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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ェ螂 | 1111010111011011101010101110010110100101 | f5dbaae5a5 |
EUC-JP | ?ェ螂 | 0011111110001110101010101110101010100111 | 3f8eaaeaa7 |
UTF-8 | ェ螂 | 111011101001000110000110111011111011110110101010111010001001111010000010 | ee9186efbdaae89e82 |
UHC | ??螂 | 00111111001111111101010111001100 | 3f3fd5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)