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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 螂ェ騾滓クャ\ | 11100101101001011010101011101001100000001001111111100110101110001010110001011100 | e5a5aae9809fe6b8ac5c |
EUC-JP | 螂ェ騾滓クャ\ | 11101010101001111000111010101010111100011110000011011110111010001000111010111000100011101010110001011100 | eaa78eaaf1e0dee88eb88eac5c |
UTF-8 | 螂ェ騾滓クャ\ | 11101000100111101000001011101111101111011010101011101001101010001011111011100110101110111001001111101111101111011011100011101111101111011010110001011100 | e89e82efbdaae9a8bee6bb93efbdb8efbdac5c |
UHC | 螂??滓??\ | 110101011100110000111111001111111110111010101011001111110011111101011100 | d5cc3f3feeab3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)