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 | ????O^ | 001111110011111100111111001111110100111101011110 | 3f3f3f3f4f5e |
| SJIS-WIN | ヘロO^ | 1100110111011011111101101011010011110011101101010100111101011110 | cddbf6b4f3b54f5e |
| EUC-JP | ヘロ??O^ | 1000111011001101100011101101101100111111001111110100111101011110 | 8ecd8edb3f3f4f5e |
| UTF-8 | ヘロO^ | 1110111110111110100011011110111110111110100110111110111010010011100110111110111010001010101010000100111101011110 | efbe8defbe9bee939bee8aa84f5e |
| UHC | ????O^ | 001111110011111100111111001111110100111101011110 | 3f3f3f3f4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)