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 | 閨ス蝣エ鬆 | 1110100010000001101111011110010110100000101101001110100110100000 | e881bde5a0b4e9a0 |
| EUC-JP | 閨ス蝣エ鬆 | 11101111111000011000111010111101111010101010001010001110101101001111001010100010 | efe18ebdeaa28eb4f2a2 |
| UTF-8 | 閨ス蝣エ鬆 | 111010011001011010101000111011111011110110111101111010001001110110100011111011111011110110110100111010011010110010000110 | e996a8efbdbde89da3efbdb4e9ac86 |
| UHC | 閨???? | 110100001011000100111111001111110011111100111111 | d0b13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)