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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 閨ス蝣エ謌某 | 11101000100000011011110111100101101000001011010011100110100010001001011001011110 | e881bde5a0b4e688965e |
| EUC-JP | 閨ス蝣エ謌某 | 111011111110000110001110101111011110101010100010100011101011010011101011111010001100101110111111 | efe18ebdeaa28eb4ebe8cbbf |
| UTF-8 | 閨ス蝣エ謌某 | 111010011001011010101000111011111011110110111101111010001001110110100011111011111011110110110100111010001010110010001100111001101001111110010000 | e996a8efbdbde89da3efbdb4e8ac8ce69f90 |
| UHC | 閨????某 | 1101000010110001001111110011111100111111001111111101100110111011 | d0b13f3f3f3fd9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)