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 | 寳畴列輔 | 1001101110010000111000010110011010010111111100011001010111100011 | 9b90e16697f195e3 |
| EUC-JP | 寳畴列輔 | 1101010111110000111000011100011111001110111100111100101011100101 | d5f0e1c7cef3cae5 |
| UTF-8 | 寳畴列輔 | 111001011010111110110011111001111001010110110100111001011000100010010111111010001011110010010100 | e5afb3e795b4e58897e8bc94 |
| UHC | ??列輔 | 001111110011111111010110101010101101110011010000 | 3f3fd6aadcd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)