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 | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
| SJIS-WIN | 螳滓搏淲セO | 11100101101011101001111111100110100111011001001111111011010001001011111001001111 | e5ae9fe69d93fb44be4f |
| EUC-JP | 螳滓搏?セO | 11101010101100001101111011101000110110011111001100111111100011101011111001001111 | eab0dee8d9f33f8ebe4f |
| UTF-8 | 螳滓搏淲セO | 11101000100111101011001111100110101110111001001111100110100100001000111111100110101101111011001011101111101111011011111001001111 | e89eb3e6bb93e6908fe6b7b2efbdbe4f |
| UHC | 螳滓搏??O | 110100111101100111101110101010111101101011010001001111110011111101001111 | d3d9eeabdad13f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)