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 | 鞜泌穀 | 111010001101111110010100111001011000110110010010 | e8df94e58d92 |
| EUC-JP | 鞜泌穀 | 111100001110000111001000111001111011100111110010 | f0e1c8e7b9f2 |
| UTF-8 | 鞜泌穀 | 111010011001111010011100111001101011001110001100111001111010100110000000 | e99e9ce6b38ce7a980 |
| UHC | ?泌穀 | 0011111111111001101100101100110111011010 | 3ff9b2cdda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)