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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 跫磯ス乗刕B | 11100110111011011000100011101001101111011000111111100110111110101000010001000010 | e6ed88e9bd8fe6fa8442 |
| EUC-JP | 跫磯ス乗刕B | 111011001110111110110000111010111000111010111101101111101110100010001111101100111011010101000010 | ecefb0eb8ebdbee88fb3b542 |
| UTF-8 | 跫磯ス乗刕B | 11101000101101111010101111100111101000111010111111101111101111011011110111100100101110011001011111100101100010001001010101000010 | e8b7abe7a3afefbdbde4b997e5889542 |
| UHC | ?磯???B | 00111111110100011011010000111111001111110011111101000010 | 3fd1b43f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)