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 | 軏基答轢拌 | 11111011101100101000101011101110100100111001101011100111100000001001110101100001 | fbb28aee939ae7809d61 |
| EUC-JP | 軏基答轢拌 | 1000111111100000110110011011010011110000110001011111101011101101111000001101100111000010 | 8fe0d9b4f0c5faede0d9c2 |
| UTF-8 | 軏基答轢拌 | 111010001011101110001111111001011001111110111010111001111010110110010100111010001011110110100010111001101000101110001100 | e8bb8fe59fbae7ad94e8bda2e68b8c |
| UHC | ?基答轢拌 | 001111111101000011110001110100111100110111010101111110011101101011100101 | 3fd0f1d3cdd5f9dae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)