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 | ?® | 0011111110101110 | 3fae |
| SJIS-WIN | 形? | 100011000110000000111111 | 8c603f |
| EUC-JP | 形® | 1011011111000001100011111010001011101110 | b7c18fa2ee |
| UTF-8 | 形® | 1110010110111101101000101100001010101110 | e5bda2c2ae |
| UHC | 形® | 11111011101000011010001011100111 | fba1a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)