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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 竪丹竪丹B | 100100100100011110010010010011111001001001000111100100100100111101000010 | 9247924f9247924f42 |
| EUC-JP | 竪丹竪丹B | 110000111010100011000011101100001100001110101000110000111011000001000010 | c3a8c3b0c3a8c3b042 |
| UTF-8 | 竪丹竪丹B | 11100111101010111010101011100100101110001011100111100111101010111010101011100100101110001011100101000010 | e7abaae4b8b9e7abaae4b8b942 |
| UHC | 竪丹竪丹B | 111000101011010111010011101000011110001010110101110100111010000101000010 | e2b5d3a1e2b5d3a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)