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 | 辜玖涕逍 | 1110011110000011100010111110100010011111101101101110011110010110 | e7838be89fb6e796 |
| EUC-JP | 辜玖涕逍 | 1110110111100011101101101110101011011110101110001110110111110110 | ede3b6eadeb8edf6 |
| UTF-8 | 辜玖涕逍 | 111010001011111010011100111001111000111010010110111001101011011010010101111010011000000010001101 | e8be9ce78e96e6b695e9808d |
| UHC | 辜玖涕逍 | 1100110111010000110011111011100011110100111100011110000111001110 | cdd0cfb8f4f1e1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)