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 | 罔巡弦絖 | 1110001110100110100011111000010010001100101101111110001101001100 | e3a68f848cb7e34c |
EUC-JP | 罔巡弦絖 | 1110011010101000101111011110010010111000101110011110010110101101 | e6a8bde4b8b9e5ad |
UTF-8 | 罔巡弦絖 | 111001111011110110010100111001011011011110100001111001011011110010100110111001111011010110010110 | e7bd94e5b7a1e5bca6e7b596 |
UHC | 罔巡弦? | 11011000110100101110001011011110111110101101011100111111 | d8d2e2defad73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)