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 | 螂ェ莉匁拷 | 111001011010010110101010111001001011101110010110111001101000110110001001 | e5a5aae4bb96e68d89 |
EUC-JP | 螂ェ莉匁拷 | 11101010101001111000111010101010111010001011110111001100111010001011100111101001 | eaa78eaae8bdcce8b9e9 |
UTF-8 | 螂ェ莉匁拷 | 111010001001111010000010111011111011110110101010111010001000111010001001111001011000110010000001111001101000101110110111 | e89e82efbdaae88e89e58c81e68bb7 |
UHC | 螂?莉?拷 | 1101010111001100001111111101011111101001001111111100110110111000 | d5cc3fd7e93fcdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)