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 | 烋蟶疇 | 111000000111110111100101101110001110000101100101 | e07de5b8e165 |
| EUC-JP | 烋蟶疇 | 110111111101111011101010101110101110000111000110 | dfdeeabae1c6 |
| UTF-8 | 烋蟶疇 | 111001111000001110001011111010001001111110110110111001111001011010000111 | e7838be89fb6e79687 |
| UHC | 烋?疇 | 1111110111001110001111111111000111000010 | fdce3ff1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)