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 | 螂ェ螟壽錐 | 111001011010010110101010111001011010010010011010111001101001000010001101 | e5a5aae5a49ae6908d |
EUC-JP | 螂ェ螟壽錐 | 11101010101001111000111010101010111010101010011011010100111010001011111111101101 | eaa78eaaeaa6d4e8bfed |
UTF-8 | 螂ェ螟壽錐 | 111010001001111010000010111011111011110110101010111010001001111010011111111001011010001110111101111010011000110010010000 | e89e82efbdaae89e9fe5a3bde98c90 |
UHC | 螂?螟壽錐 | 110101011100110000111111110110011010110111100001111110001111010111011110 | d5cc3fd9ade1f8f5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)