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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
| SJIS-WIN | 跫守昏奛讖G | 1110011011101101100011101110011110001101101010001111101010100001111001101010100101000111 | e6ed8ee78da8faa1e6a947 |
| EUC-JP | 跫守昏奛讖G | 111011001110111110111100111010011011101010101010100011111011100011110111111011001010101101000111 | ecefbce9baaa8fb8f7ecab47 |
| UTF-8 | 跫守昏奛讖G | 11101000101101111010101111100101101011101000100011100110100110001000111111100101101001011001101111101000101011101001011001000111 | e8b7abe5ae88e6988fe5a59be8ae9647 |
| UHC | ?守昏?讖G | 001111111110000111111010111110111110011100111111111100111101100101000111 | 3fe1fafbe73ff3d947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)