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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 荼リ、 | 111110011110111111100100101101101101100010100100 | f9efe4b6d8a4 |
| EUC-JP | ?荼リ、 | 00111111111010001011100010001110110110001000111010100100 | 3fe8b88ed88ea4 |
| UTF-8 | 荼リ、 | 111011101001110110001010111010001000110110111100111011111011111010011000111011111011110110100100 | ee9d8ae88dbcefbe98efbda4 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)