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 | 扇嘯扇? | 10010000111011101001101010000010100100001110111000111111 | 90ee9a8290ee3f |
| EUC-JP | 扇嘯扇? | 11000000111100001101001111100010110000001111000000111111 | c0f0d3e2c0f03f |
| UTF-8 | 扇嘯扇敾 | 111001101000100110000111111001011001100010101111111001101000100110000111111001101001010110111110 | e68987e598afe68987e695be |
| UHC | 扇嘯扇敾 | 1110000010111111111000011011000011100000101111111110000011000000 | e0bfe1b0e0bfe0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)