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 | 樗烽? | 1001001010010100111000001000001000111111 | 9294e0823f |
| EUC-JP | 樗烽? | 1100001111110100110111111110001000111111 | c3f4dfe23f |
| UTF-8 | 樗烽렓 | 111001101010100010010111111001111000001110111101111010111010000010010011 | e6a897e783bdeba093 |
| UHC | 樗烽렓 | 111011101100000011011100111010111000111010101000 | eec0dceb8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)