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 | 茹召燾ヨ | 11100100101001011000111110100010111110110101101011010110 | e4a58fa2fb5ad6 |
| EUC-JP | 茹召燾ヨ | 111010001010011110111110101001001000111111001010101111011000111011010110 | e8a7bea48fcabd8ed6 |
| UTF-8 | 茹召燾ヨ | 111010001000110010111001111001011000111110101100111001111000011110111110111011111011111010010110 | e88cb9e58face787beefbe96 |
| UHC | 茹召燾? | 11100110101010101110000110101111110101001010011100111111 | e6aae1afd4a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)