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 | 嚆很 | 10011010100001011001110001101011 | 9a859c6b |
| EUC-JP | 嚆很 | 11010011111001011101011111001100 | d3e5d7cc |
| UTF-8 | 嚆很 | 111001011001101010000110111001011011111010001000 | e59a86e5be88 |
| UHC | 嚆? | 111111001111011100111111 | fcf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)