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 | 譌ヲ驕背 | 11100110100101111010011011101001100000011001010001110111 | e697a6e9819477 |
| EUC-JP | 譌ヲ驕背 | 1110101111110111100011101010011011110001111000011100011111011000 | ebf78ea6f1e1c7d8 |
| UTF-8 | 譌ヲ驕背 | 111010001010110110001100111011111011110110100110111010011010100110010101111010001000001110001100 | e8ad8cefbda6e9a995e8838c |
| UHC | ??驕背 | 001111110011111111001110111101101101101111001110 | 3f3fcef6dbce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)