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 | 莊フスヘ | 1110010010110101110011001011110111001101 | e4b5ccbdcd |
| EUC-JP | 莊フスヘ | 1110100010110111100011101100110010001110101111011000111011001101 | e8b78ecc8ebd8ecd |
| UTF-8 | 莊フスヘ | 111010001000111010001010111011111011111010001100111011111011110110111101111011111011111010001101 | e88e8aefbe8cefbdbdefbe8d |
| UHC | 莊??? | 1110110111110110001111110011111100111111 | edf63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)