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 | ëî¸î±ú^ | 11101011111011101011100011101110101100011111101001011110 | ebeeb8eeb1fa5e |
| SJIS-WIN | ????±?^ | 0011111100111111001111110011111110000001011111010011111101011110 | 3f3f3f3f817d3f5e |
| EUC-JP | ëî¸î±ú^ | 100011111010101110110011100011111010101111000010100011111010001010110001100011111010101111000010101000011101111010001111101010111110001001011110 | 8fabb38fabc28fa2b18fabc2a1de8fabe25e |
| UTF-8 | ëî¸î±ú^ | 11000011101010111100001110101110110000101011100011000011101011101100001010110001110000111011101001011110 | c3abc3aec2b8c3aec2b1c3ba5e |
| UHC | ??¸?±?^ | 001111110011111110100010101011000011111110100001101111100011111101011110 | 3f3fa2ac3fa1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)