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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 躁?駿?鳥 | 1110011101001110001111111000111101111000001111111001001010111001 | e74e3f8f783f92b9 |
| EUC-JP | 躁?駿?鳥 | 1110110110101111001111111011110111011001001111111100010010111011 | edaf3fbdd93fc4bb |
| UTF-8 | 躁렦駿렊鳥 | 111010001011101010000001111010111010000010100110111010011010011110111111111010111010000010001010111010011011001110100101 | e8ba81eba0a6e9a7bfeba08ae9b3a5 |
| UHC | 躁렦駿렊鳥 | 11110000111000101000111010110101111100011110011110001110101000011111000011101000 | f0e28eb5f1e78ea1f0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)