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 | ?q??O | 0011111101110001001111110011111101001111 | 3f713f3f4f |
| SJIS-WIN | ?q??O | 0011111101110001001111110011111101001111 | 3f713f3f4f |
| EUC-JP | ?q??O | 0011111101110001001111110011111101001111 | 3f713f3f4f |
| UTF-8 | 묧q묬묪O | 1110101110101100101001110111000111101011101011001010110011101011101011001010101001001111 | ebaca771ebacacebacaa4f |
| UHC | 묧q묬묪O | 1001000111111110011100011001001001000011100100100100001001001111 | 91fe71924392424f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)