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 | 莊???? | 111001001011010100111111001111110011111100111111 | e4b53f3f3f3f |
| EUC-JP | 莊?檉?? | 1110100010110111001111111000111111000101101110110011111100111111 | e8b73f8fc5bb3f3f |
| UTF-8 | 莊렱檉렢뤯 | 111010001000111010001010111010111010000010110001111001101010101010001001111010111010000010100010111010111010010010101111 | e88e8aeba0b1e6aa89eba0a2eba4af |
| UHC | 莊렱檉렢뤯 | 11101101111101101000111010111110111011111110000010001110101100111000111111011101 | edf68ebeefe08eb38fdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)