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 | 茹召?贇 | 11100100101001011000111110100010001111111110011011010100 | e4a58fa23fe6d4 |
| EUC-JP | 茹召弰贇 | 111010001010011110111110101001001000111110111100111011001110110011010110 | e8a7bea48fbcececd6 |
| UTF-8 | 茹召弰贇 | 111010001000110010111001111001011000111110101100111001011011110010110000111010001011010010000111 | e88cb9e58face5bcb0e8b487 |
| UHC | 茹召?贇 | 11100110101010101110000110101111001111111110101111001011 | e6aae1af3febcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)