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 | 奬? | 100110101111101100111111 | 9afb3f |
| EUC-JP | 奬? | 110101001111110100111111 | d4fd3f |
| UTF-8 | 奬렰 | 111001011010010110101100111010111010000010110000 | e5a5aceba0b0 |
| UHC | 奬렰 | 11101101111000011000111010111101 | ede18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)