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 | 塑? | 100100010101100100111111 | 91593f |
| EUC-JP | 塑? | 110000011011101000111111 | c1ba3f |
| UTF-8 | 塑뤀 | 111001011010000110010001111010111010010010000000 | e5a191eba480 |
| UHC | 塑뤀 | 11100001101100011000111110110001 | e1b18fb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)