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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 螂ェ閾捺搗 | 111001011010010110101010111010001000011110010011111001101001110110010001 | e5a5aae88793e69d91 |
| EUC-JP | 螂ェ閾捺搗 | 11101010101001111000111010101010111011111110011111000110111010001101100111110001 | eaa78eaaefe7c6e8d9f1 |
| UTF-8 | 螂ェ閾捺搗 | 111010001001111010000010111011111011110110101010111010011001011010111110111001101000110110111010111001101001000010010111 | e89e82efbdaae996bee68dbae69097 |
| UHC | 螂??捺搗 | 1101010111001100001111110011111111010001111101001101001111111101 | d5cc3f3fd1f4d3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)