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 | 淼夂尚跋 | 1111101101000101100110101110011110001111101011101110011011101011 | fb459ae78faee6eb |
| EUC-JP | 淼夂尚跋 | 100011111100011111100110110101001110100110111110101100001110110011101101 | 8fc7e6d4e9beb0eced |
| UTF-8 | 淼夂尚跋 | 111001101011011110111100111001011010010010000010111001011011000010011010111010001011011110001011 | e6b7bce5a482e5b09ae8b78b |
| UHC | ???跋 | 0011111100111111001111111101101110100010 | 3f3f3fdba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)