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 | 羮葛婚諛 | 1110001110111100100010101000101110001101101001011110011010000111 | e3bc8a8b8da5e687 |
| EUC-JP | 羮葛婚諛 | 1110011010111110101100111110101110111010101001111110101111100111 | e6beb3ebbaa7ebe7 |
| UTF-8 | 羮葛婚諛 | 111001111011111010101110111010001001000110011011111001011010100110011010111010001010101110011011 | e7beaee8919be5a99ae8ab9b |
| UHC | ?葛婚諛 | 00111111110010101110011111111011111001101110101110110000 | 3fcae7fbe6ebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)