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^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| SJIS-WIN | モ。モゥO^ | 11010011101000011101001110101001111101011011110111110000111011100100111101011110 | d3a1d3a9f5bdf0ee4f5e |
| EUC-JP | モ。モゥ??O^ | 100011101101001110001110101000011000111011010011100011101010100100111111001111110100111101011110 | 8ed38ea18ed38ea93f3f4f5e |
| UTF-8 | モ。モゥO^ | 1110111110111110100100111110111110111101101000011110111110111110100100111110111110111101101010011110111010010000101010001110111010000010101011010100111101011110 | efbe93efbda1efbe93efbda9ee90a8ee82ad4f5e |
| UHC | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)