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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 芻器酋薔 | 1110010010001101100010101110110110001111010101011110010101001011 | e48d8aed8f55e54b |
EUC-JP | 芻器酋薔 | 1110011111101101101101001110111110111101101101101110100110101100 | e7edb4efbdb6e9ac |
UTF-8 | 芻器酋薔 | 111010001000101010111011111001011001100110101000111010011000010110001011111010001001011010010100 | e88abbe599a8e9858be89694 |
UHC | 芻器酋薔 | 1111010111010110110100001110111111110101110111001110110111111001 | f5d6d0eff5dcedf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)