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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 佯?? | 10011000110100010011111100111111 | 98d13f3f |
| EUC-JP | 佯?? | 11010000110100110011111100111111 | d0d33f3f |
| UTF-8 | 佯억퐛 | 111001001011110110101111111011001001011010110101111011011001000010011011 | e4bdafec96b5ed909b |
| UHC | 佯억퐛 | 111001011011101010111110111011111011110110000101 | e5babeefbd85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)