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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | ?? | 0011111100111111 | 3f3f |
| EUC-JP | 岵? | 10001111101110111011011100111111 | 8fbbb73f |
| UTF-8 | 岵렕 | 111001011011001010110101111010111010000010010101 | e5b2b5eba095 |
| UHC | 岵렕 | 11111011110000001000111010101010 | fbc08eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)