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 | 鄒郁、先ャセ | 111001111011111010001000111010001010010010010000111001101010110010111110 | e7be88e8a490e6acbe |
| EUC-JP | 鄒郁、先ャセ | 111011101100000010110000111010101000111010100100110000001110100010001110101011001000111010111110 | eec0b0ea8ea4c0e88eac8ebe |
| UTF-8 | 鄒郁、先ャセ | 111010011000010010010010111010011000001110000001111011111011110110100100111001011000010110001000111011111011110110101100111011111011110110111110 | e98492e98381efbda4e58588efbdacefbdbe |
| UHC | 鄒郁?先?? | 111101011101101111101001111101000011111111100000101110110011111100111111 | f5dbe9f43fe0bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)