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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 豫ル?掖 | 10011000101011001000001110001011001111111001110101110100 | 98ac838b3f9d74 |
| EUC-JP | 豫ル?掖 | 11010000101011101010010111101011001111111101100111010101 | d0aea5eb3fd9d5 |
| UTF-8 | 豫ル젚掖 | 111010001011000110101011111000111000001110101011111011001010000010011010111001101000111010010110 | e8b1abe383abeca09ae68e96 |
| UHC | 豫ル젚掖 | 1110011111100011101010111110101110100000100101101110010011111010 | e7e3abeba096e4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)