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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 丼?丼?^ | 10011000101001010011111110011000101001010011111101011110 | 98a53f98a53f5e |
| EUC-JP | 丼?丼?^ | 11010000101001110011111111010000101001110011111101011110 | d0a73fd0a73f5e |
| UTF-8 | 丼좩丼좩^ | 11100100101110001011110011101100101000101010100111100100101110001011110011101100101000101010100101011110 | e4b8bceca2a9e4b8bceca2a95e |
| UHC | ?좩?좩^ | 00111111101000010100010000111111101000010100010001011110 | 3fa1443fa1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)