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 | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | ホキO | 11001110111100011110100110110111111100111010101101001111 | cef1e9b7f3ab4f |
| EUC-JP | ホ?キ?O | 10001110110011100011111110001110101101110011111101001111 | 8ece3f8eb73f4f |
| UTF-8 | ホキO | 11101111101111101000111011101110100001011010010011101111101111011011011111101110100010101001111001001111 | efbe8eee85a4efbdb7ee8a9e4f |
| UHC | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)