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 | 螂ェ騾滓搗 | 111001011010010110101010111010011000000010011111111001101001110110010001 | e5a5aae9809fe69d91 |
EUC-JP | 螂ェ騾滓搗 | 11101010101001111000111010101010111100011110000011011110111010001101100111110001 | eaa78eaaf1e0dee8d9f1 |
UTF-8 | 螂ェ騾滓搗 | 111010001001111010000010111011111011110110101010111010011010100010111110111001101011101110010011111001101001000010010111 | e89e82efbdaae9a8bee6bb93e69097 |
UHC | 螂??滓搗 | 1101010111001100001111110011111111101110101010111101001111111101 | d5cc3f3feeabd3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)