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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 昇??B | 1000111110111000001111110011111101000010 | 8fb83f3f42 |
| EUC-JP | 昇??B | 1011111010111010001111110011111101000010 | beba3f3f42 |
| UTF-8 | 昇뎳돬B | 11100110100110001000011111101011100011101011001111101011100011111010110001000010 | e69887eb8eb3eb8fac42 |
| UHC | 昇뎳돬B | 11100011101100001000100110000110100010011010111101000010 | e3b0898689af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)